Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagomvas/physicsengine
https://github.com/thiagomvas/physicsengine
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thiagomvas/physicsengine
- Owner: thiagomvas
- Created: 2023-08-14T00:54:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-02T19:44:36.000Z (over 1 year ago)
- Last Synced: 2023-09-03T18:59:32.731Z (over 1 year ago)
- Language: C#
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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