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

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

Awesome Lists containing this project

README

          

# A Not Too Accurate Solar Simulation

![screenshot](screenshot.png)

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
```