yahiko Posted July 12, 2017 Share Posted July 12, 2017 After a couple of days working with Pixi.js, I've built up a simple boiler plate for the TypeScript language I'm glad to share: https://github.com/yahiko00/PixiProject The game loop with a FPS meter is already implemented. This boiler plate supports source maps, incremental builds, unit tests and browser auto-refresh. Maybe this could be helpful. Feel free to comment. There is certainly a room for improvement. Cheers! ivan.popelyshev 1 Quote Link to comment Share on other sites More sharing options...
xerver Posted July 12, 2017 Share Posted July 12, 2017 Very cool, thanks for sharing yahiko. P.S.: Not 100% sure you meant for this file to be in there: https://github.com/yahiko00/PixiProject/blob/267d435e292064f2c43313f066726968541e8b65/NULL yahiko 1 Quote Link to comment Share on other sites More sharing options...
deantryhard Posted December 9, 2017 Share Posted December 9, 2017 hey I bump into this post and find out Yahiko's project is really good, so I use the url to the project in my article on steemit. Hope I didn't break any rules here, let me know if I do, I will be sincerely grateful. Have a nice day! ivan.popelyshev, themoonrat and yahiko 3 Quote Link to comment Share on other sites More sharing options...
yahiko Posted December 10, 2017 Author Share Posted December 10, 2017 Thanks Feel free to use it as you wish. PS: I'm sorry I havent been able to work on Pixi.Js these days, but it may change next year themoonrat and ivan.popelyshev 2 Quote Link to comment Share on other sites More sharing options...
yahiko Posted December 17, 2017 Author Share Posted December 17, 2017 For information, this boiler plate has been updated. I've upgraded uglify-js (minifier) to uglify-es, its ES6 release. Cheers! ivan.popelyshev 1 Quote Link to comment Share on other sites More sharing options...
yahiko Posted April 12, 2020 Author Share Posted April 12, 2020 This Pixi/TypeScript boiler plate now supports Pixijs v5 (at last...) https://github.com/yahiko00/PixiProject Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted April 12, 2020 Share Posted April 12, 2020 (edited) Added to https://github.com/pixijs/pixi.js/wiki/v5-Boilerplate. Btw, you use "autodetectRenderer" , and at the same time you dont use "pixi.js-legacy" package. You should clarify that in README Edited April 12, 2020 by ivan.popelyshev yahiko 1 Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted April 12, 2020 Share Posted April 12, 2020 Also , was that you who made a snippet for custom renderer? We have new stuff related to it! https://github.com/pixijs/pixi-batch-renderer/ https://pixijs.io/pixi-batch-renderer/PIXI.brend.BatchRenderer.html yahiko 1 Quote Link to comment Share on other sites More sharing options...
yahiko Posted April 13, 2020 Author Share Posted April 13, 2020 5 hours ago, ivan.popelyshev said: Added to https://github.com/pixijs/pixi.js/wiki/v5-Boilerplate. Btw, you use "autodetectRenderer" , and at the same time you dont use "pixi.js-legacy" package. You should clarify that in README Hmm, "autodetectRenderer" is deprecated? If so, what's the replacement for this? Quote Link to comment Share on other sites More sharing options...
yahiko Posted April 13, 2020 Author Share Posted April 13, 2020 5 hours ago, ivan.popelyshev said: Also , was that you who made a snippet for custom renderer? We have new stuff related to it! https://github.com/pixijs/pixi-batch-renderer/ https://pixijs.io/pixi-batch-renderer/PIXI.brend.BatchRenderer.html Yes, I've done a stuff like that: I'll have a look to your new batch renderer. Thanks! 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.