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

The myelin simulation engine 🚂

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
license-apache.txt
MIT
license-mit.txt
Notifications You must be signed in to change notification settings

myelin-ai/engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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