#physics-engine #physics #physics-2d #2d #game #particle

cyclone2d

A small 2D physics engine from 'Game Physics Engine Development'

3 releases

0.1.2 Jul 12, 2020
0.1.1 Jul 11, 2020
0.1.0 Jul 11, 2020

#1706 in Game dev

MIT license

44KB
1K SLoC

Cyclone Physics Engine

Work in progress. Written by following the "Game Physics Engine Development" book by Ian Millington.

Goals?

With this particular engine, I'm not sure. I already use it in a toy 2D engine I'm writing and it works rather well already. At a pinch I would say that an easily extenable physics engine with with most common primitives supported would be the goal, but there is a long way to go yet.

Currently simple particle style physics is usable, and you can make reasonable physics out of them already.

License

Because this largely follows the code presented by Ian Millington which is under MIT license, this project is licensed the same.

Dependencies

~16KB