Skip to content
This repository was 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

May 30, 2024
f6f77d7 Β· May 30, 2024
Aug 30, 2019
Apr 29, 2019
Mar 4, 2019
May 10, 2019
May 30, 2024
Sep 9, 2019
Mar 1, 2019
Feb 8, 2019
Feb 8, 2019
May 30, 2024
Aug 23, 2019
Aug 30, 2019

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