lloydevans Posted July 27, 2017 Share Posted July 27, 2017 Can anyone tell me how I can RTFM in PIXI? ivan.popelyshev 1 Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 27, 2017 Share Posted July 27, 2017 From github (https://github.com/pixijs/pixi.js#learn) Getting started: Check out @kittykatattack's comprehensive tutorial. Examples: Get stuck right in and play around with PixiJS code and features right here! Docs: Get to know the PixiJS API by checking out the docs. Wiki: Other misc tutorials and resources are on the Wiki. But the main thing of course github sources, docs are generated from them. If you read something in docs/comments and see a different behaviour in pixi sources - trust sources. There are no black boxes in PIXI (except few dependencies), when you use something, skim through the sources just to know how the heck this feature is working. People are constantly demanding more tutorials. Compared to phaser, pixi is under-documented, but it gets better with every month. lloydevans 1 Quote Link to comment Share on other sites More sharing options...
lloydevans Posted July 27, 2017 Author Share Posted July 27, 2017 Hi Ivan, thanks! Good answer. I've been using Pixi since v2 and absolutely loving how its evolved. The source code has taught me quite a bit about JS and some nice ways to go about structuring my own code over the years. The docs seem to cover things pretty nicely. ivan.popelyshev 1 Quote Link to comment Share on other sites More sharing options...
bigtimebuddy Posted July 27, 2017 Share Posted July 27, 2017 Also, I recently added this Getting Started page. lloydevans 1 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.