webdeveloper_issy Posted April 24, 2017 Share Posted April 24, 2017 Hi, I see that the demo code has changed it's code to v4, i'm still on v3 and would like to see the demo's on v3. I tried changing the version but it does not change the demo code. Link:https://pixijs.github.io/examples/?v=v3.0.11#/basics/basic.js How can I get the v3 version code? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted April 24, 2017 Share Posted April 24, 2017 The code was mostly compatible with v3 until 27 jan. Right now new code is ran on pixijs v3 through this plugin: https://github.com/ivanpopelyshev/pixi-legacy , it adds some of v4 APIs on top of v3. To obtain pure pixi v3 examples, try clone https://github.com/pixijs/examples/commits/gh-pages and rollback it to 19 jan, then launch it locally. Quote Link to comment Share on other sites More sharing options...
webdeveloper_issy Posted April 25, 2017 Author Share Posted April 25, 2017 Thanks I checked the github source and could find the older version! But what is the use of having a dropdown on PIXI.js version if it doesn't change anyway? Quote Link to comment Share on other sites More sharing options...
xerver Posted April 27, 2017 Share Posted April 27, 2017 On 4/25/2017 at 5:32 AM, webdeveloper_issy said: Thanks I checked the github source and could find the older version! But what is the use of having a dropdown on PIXI.js version if it doesn't change anyway? It does change the version of pixi.js, check your console. The demo code isn't versioned, pixi is. 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.