Clement Kerneur Posted July 10, 2015 Share Posted July 10, 2015 Hi all, You know if it's possible to draw a specific shape (not a simple rectangle) in the physics engine Arcade. What alternatives can used. Thanks. Link to comment Share on other sites More sharing options...
rich Posted July 10, 2015 Share Posted July 10, 2015 Arcade Physics only uses rectangles, so that is all it could ever draw. If you need proper shape support you need to use p2. Link to comment Share on other sites More sharing options...
Clement Kerneur Posted July 10, 2015 Author Share Posted July 10, 2015 Thanks for your response. My games are Mobile based since p2 physics take too much resources to process. The game is slow. Do you have other alternatives, I have tested p2 and box2d but phones are slow. Link to comment Share on other sites More sharing options...
substandardgaussian Posted July 11, 2015 Share Posted July 11, 2015 Ninja Physics can do a few other shapes, namely circles and tiles with various slopes, but the tiles aren't really full physics entities, they exist for other entities to collide with. Still, Ninja was developed originally for N, which performed very well for its time and can do a lot. Link to comment Share on other sites More sharing options...
Clement Kerneur Posted July 13, 2015 Author Share Posted July 13, 2015 Ok, thanks you for the tips.I try this solution and test in low mobile device. Link to comment Share on other sites More sharing options...
Recommended Posts