rje Posted May 11, 2015 Share Posted May 11, 2015 I'm getting ready to release a new game oriented physics engine. The main aim was to bring some of the advantages of the full physics engines out there (Box, P2, chipmunk etc) without the (performance) overhead and usable for a large subset of games with minimal effort. High performance, 100's active game objects with low CPU usageDesigned for tiled worlds, guarantees no catching on edgesSupports large worlds (tested up to 5000x5000 tiles) with features to manage active/inactive regions (sleeping, cleanup etc)Supports CCD (continuous collision detection) with low overhead for object vs world and object vs objectArcade type responses with optional elasticity, friction and restitution whilst retaining a good feelPluggable broad-phase (brute-force, grids etc)Only rectangle shapes (sorry!)It supports the usual contact callbacks, broadphase queries (search area, ray casts etc)Various built in character controllers that mimic various platform type game feels.Very easy setup, minimal code to integrate. Low cognitive load.There is alpha demo here: http://www.rjewson.com/demo/Used WASD and space to fire. If you end up in the water bottom right you wont be able to get out. The canvas renderer is not optimal but does its job. What I'm looking for are any features you always wanted from such an engine... FYI, It currently written in Haxe. Quote Link to comment Share on other sites More sharing options...
rich Posted May 12, 2015 Share Posted May 12, 2015 Very interesting. I think the only thing I'd really need that I don't see listed is sloped tile support. 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.