Skip to content

ericoporto/simple_physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

simple_physics

box2d lite ported to ags script

requires AGS4 with managed pointers in managed structs support. Tests done with legacy ags compiler, probably works too with the new ags compiler.

I will probably delete/archive this in the future when I figure out improvements to make this more useful/performant and re-submit under a repository with a different name.

things I want to do, roughly in this order

  • add circles
  • see what can be ported from the early commits of box2c (box2d v3)
  • optimize performance
  • rethink API

Additionally, I probably want to think about some game that can use this and also be able to explore the limitations - mostly in performance/number of entities.

One shape I really would like to pull from box2c are the rounded rectangles/capsules, which are very useful for player characters. In agsbox2d the Mouse Joint was particularly useful, so that joint would be interesting, but other joints are lower priority overall.

Unfortunately right now I have little time, so best I can do is release this here as is

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published