This is an official link to original book examples: https://github.com/kittykatattack/learningPixi
I will public examples on:
- Playground. You will be able to see a code and a result. I use complication to AMD modules (Asynchronous Module Definition) and the RequireJS library to load AMD modules
- GitHub Pages. I use compilation to CommonJS modules. I bundle JS files to bundle.min.js using Browserify and minify it to bundle.min.js using UglifyJS
- Source code on GitHub: will be later
I will NOT use Webpack, Gulp, Grunt and so on. I will public the instruction on GitHub how to build examples locally in the README.md file.
Note. Release version is loaded more quickly, but on playground you can see a code, you can make a fork, change the code and save it with new link.
- Hello World: playground, release
-
Displaying the canvas: playground, release
-
Sprite From Image: playground