enpu Posted March 9, 2014 Share Posted March 9, 2014 I'm working on a p2.js physics engine plugin for Panda.js. p2.js will allow you to use more advanced physics in your game. Demo:http://www.pandajs.net/demos/p2.html Quote Link to comment Share on other sites More sharing options...
leosantana Posted March 9, 2014 Share Posted March 9, 2014 I'll test. I'm programmer as3. I started with panda.js on last friday, and I'm already excited and fascinated with the engine, so thank you. Is you the creator? Quote Link to comment Share on other sites More sharing options...
enpu Posted March 9, 2014 Author Share Posted March 9, 2014 Hi, Thanks for trying Panda, yes i'm the creator. Quote Link to comment Share on other sites More sharing options...
bowerandy Posted March 14, 2014 Share Posted March 14, 2014 Hi,I've implemented a p2 physics add on for Pixi and have decided to move to Panda. Is it possible to get early access to your p2 plugin? It would save me having to convert what I already have and then most likely throw it away in the future when your plugin is released.Best regards Quote Link to comment Share on other sites More sharing options...
triqui Posted March 14, 2014 Share Posted March 14, 2014 hello enpu, it would be great if I could have access to your p2 plugin. It would be interesting to write a tutorial about it let me know. Quote Link to comment Share on other sites More sharing options...
enpu Posted March 15, 2014 Author Share Posted March 15, 2014 Hi guys, You can find p2.js plugin (and all other plugins) from here:https://github.com/ekelokorpi/panda.js-plugins/ Quote Link to comment Share on other sites More sharing options...
PixelPicoSean Posted March 15, 2014 Share Posted March 15, 2014 @enpu Why Panda.js choose p2 as physics engine? What about https://github.com/wellcaffeinated/PhysicsJS/?I've been following Phaser 2 which has a nice light weight Ninja physics inspired by N+, do you have a plan to support multiple physics engines?I am a fan of light weight physics engine, so very interesting in something that works like original impact.js Quote Link to comment Share on other sites More sharing options...
enpu Posted March 15, 2014 Author Share Posted March 15, 2014 Well i have been testing p2.js only for week now, and i'm really happy with it, i like the syntax.Is p2.js not light weight compared to PhysicsJS or Ninja? Panda sure can support multiple physics engines via plugins. Quote Link to comment Share on other sites More sharing options...
bowerandy Posted March 16, 2014 Share Posted March 16, 2014 Thanks for that. I like p2 too, but then I'm after an easy to use full feature physics system not just a light and fast one. What Phaser has done is allow pluggable physics in their version 2 so they now have p2, their original (lite) Arcade physics and Ninja. It's a good idea to give the choice but not essential for what I need. Quote Link to comment Share on other sites More sharing options...
enpu Posted March 16, 2014 Author Share Posted March 16, 2014 Panda also allows pluggable physics, there is Panda's own very simple and lite physics engine, and then you can use p2 as a plugin.I can also implement other physics engines as plugins, when i got time. But for now i'm happy playing with p2. Quote Link to comment Share on other sites More sharing options...
pinkpanther Posted July 13, 2014 Share Posted July 13, 2014 Is there any code snippet for using this plugin Quote Link to comment Share on other sites More sharing options...
enpu Posted July 13, 2014 Author Share Posted July 13, 2014 Look at the source code of the demo:http://www.pandajs.net/games/p2demo/src/game/main.js Quote Link to comment Share on other sites More sharing options...
Alfredo Posted July 20, 2014 Share Posted July 20, 2014 Any chance to get an update for this plugin? Quote Link to comment Share on other sites More sharing options...
enpu Posted August 7, 2014 Author Share Posted August 7, 2014 p2.js plugin is now updated to newest 0.6.0 version. I have also added p2.js demo:http://www.pandajs.net/demos/p2.html Source code:https://github.com/ekelokorpi/panda.js-demos/blob/master/src/game/p2.js Quote Link to comment Share on other sites More sharing options...
Legomite Posted August 24, 2015 Share Posted August 24, 2015 Is there a way to download the demo? 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.