Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiagomvas/physicsengine


https://github.com/thiagomvas/physicsengine

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# PhysicsEngine
This is a simple physics engine made for personal learning purposes, feel free to contribute to the spaghetti mess I made.

## Features:
- Collision Detection
- Toggles for Gravity and Collision
- Attract/Repel to/from the mouuse
## To-Do
- Optimize the crappy O(n^2) algorithms, specifically collision and attraction
- UI to change settings
- Linking Objects