myelin-engine

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


Keywords
2d, simulation, physics
Licenses
MIT/Apache-2.0

Documentation

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