Skip to content

a simple ball physics simulation engine using OpenTK and OpenGL 3.3

Notifications You must be signed in to change notification settings

MahmoudKanbar/Simple-Simulation-Engine-V1.0-alpha

Repository files navigation

Simple Simulation Engine V1.0 alpha

This simulator allows you to Run 3 different simulations, add new simulation objects and manage settings for each individual object like

  • object speed
  • External force
  • Does the object has a rigid body?
  • Is the object effected by gravity?
  • Does the object static and doesn't interact with the physics system
  • Change object collider between circle collider and box collider
  • Change collider size
  • Remove the collider at all
  • Remove object mesh or add it again
  • Change object Transformation like position, rotation and scale

Also you can change global variables "Environment Constraints" like
  • Gravity vector
  • Air density
  • Fraction coefficient

NOTE 📝
In order to make the simulator working you have to copy the Resources folder into "C:\Users\[your-user-name]\Documents\"


About

a simple ball physics simulation engine using OpenTK and OpenGL 3.3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published