JanV Posted June 7, 2015 Share Posted June 7, 2015 Hello guys, I am totally new to pixi.js and I don't now how to get pixi.js started...I did the getting started guide on the pixi website (http://www.goodboydigital.com/pixi-js-tutorial-getting-started/) but just get error messages and just a black screen! The console of the chrome developer tools says: "You do not need to use a PIXI Stage any more, you can simply render any container."! I have no idea what this means and the bunny doesnt show up aswell!? I also just have a black screen and not a light-green one... What might I do wrong? So what I did was...1. Download pixi.js and implement the pixi.js file in my project (+assigning the file with the right path to the getting-started-index.html)2. Copy+Paste the code from the getting-started-site3. Run in Chrome4. Getting Black-Screen(/window) Ok now that I explained my problem, would anyone be so kind to give me an example of the basic structure of a 'modern' PIXI Mini-Website? (Pixi.js version 3.0.6) Quote Link to comment Share on other sites More sharing options...
xerver Posted June 7, 2015 Share Posted June 7, 2015 The getting started guide is out of date, and is for an old version of pixi.js See: https://github.com/GoodBoyDigital/pixi.js/issues/1857 That guide is for v2, and the current release is v3. You can see some simple examples for how to use v3 here: http://pixijs.github.io/examples/ Quote Link to comment Share on other sites More sharing options...
d13 Posted June 8, 2015 Share Posted June 8, 2015 The first part of this beginner's guide has been updated for Pixi v3.0: https://github.com/kittykatattack/learningPixi (The section on Moving Sprites and everything after it is still for v2.0... but I'm working on it!) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.