#physics-simulation #physics #2d

nightly myelin-engine

This crate contains the physical engine of the simulation, as well as the objects that reside within it

20 releases (13 breaking)

0.14.1 Sep 9, 2019
0.14.0 Jun 17, 2019
0.13.0 May 6, 2019
0.10.0 Mar 22, 2019

#146 in Simulation

MIT/Apache

135KB
3K SLoC

Myelin Engine

Build Status Latest Version Documentation dependency status Code Coverage

A general purpose 2D simulation engine for applications such as physics simulations or video games.

Features

  • Efficent 2D physics simulation via nphysics
  • A nice layer of abstraction, allowing you to concentrate on high-level concepts instead of gritty details
  • Stable functionality, guaranteed by a vast test suite
  • The possibility to inject own implementations of core internal components, allowing full unit testability of your application

Dependencies

~9MB
~183K SLoC