Skip to content

This repository aims to provide a framework which allows for the fast prototyping of simulation ideas. Focus on building classes which describe behavior, and let the graphics be handled behind the scenes.

License

Notifications You must be signed in to change notification settings

OWigginsHay/simulation_engine

Repository files navigation

simulation_engine

The goal of this project is to create a generic platform using pyglet to run simulations.

Create custom classes which: *describe behaviour *expose variables to track and display

Create layers which: *hold different collections of custom classes together *allow custom classes to interact with each another inside a simulation space

The SimulationEngine will ingest the blueprints defined by you, and manage the graphics and event handling in the background.

About

This repository aims to provide a framework which allows for the fast prototyping of simulation ideas. Focus on building classes which describe behavior, and let the graphics be handled behind the scenes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages