This project's purpose is to simulate gravitational interactions between various objects (example: Solar System), in 2D environment.
This project is not complited yet, so if you want to contribute to it you are welcome. You can apply for contributor entitlements using Discussion tab. Any help would be appreciated.
-
"gravity-engine.py" > application to create and performe gravity simulations (not complited yet)
-
"gravity.py" > library with a framework for simulating gravity interactions in 2D environment
-
"vector.py" > library with a framework for creating and performing calculations on 2D vector objects
-
"gui.py" > library with a framework for creating a grafic user interface via Pygame
-
temporary (old implementation) examples:
This project uses "pygame" to render the simulation, so it's necessary to have the pygame module installed, to run the project properly.
- python
- pygame module
Developers who want to contribute to this project are welcome. You can send a message using Discussion tab.