https://github.com/claudemuller/planets
A celestial simulation
https://github.com/claudemuller/planets
odin odin-lang raylib simulation
Last synced: 5 months ago
JSON representation
A celestial simulation
- Host: GitHub
- URL: https://github.com/claudemuller/planets
- Owner: claudemuller
- Created: 2025-02-10T03:19:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-22T12:27:56.000Z (over 1 year ago)
- Last Synced: 2025-02-22T13:29:41.533Z (over 1 year ago)
- Topics: odin, odin-lang, raylib, simulation
- Language: Odin
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Not Too Accurate Solar Simulation

A not too accurate solar simulation made mainly to play with Raylib and Odin.
## Requirements
- [odin](https://odin-lang.org/)
- [make](https://www.gnu.org/software/make/)
## Build
```bash
make run
```