Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 811 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 811 Bytes

Myelin Engine

Warning

myelin-engine is no longer maintained and thus the repository has been archived.

Latest Version Documentation

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