Raylib Speedruns
Bouncing logos in different programming languages.
Get raylib at https://github.com/raysan5/raylib. Idea stolen from https://tsoding.github.io.
All projects are built using `make`, so all commands you need are inside `Makefile`s.
## Implementations
| | |
|:---------------------------------------------------------:|:-----------------------------|
|
| [Ada](./languages/ada) |
|
| [C](./languages/c) |
|
| [C#](./languages/csharp) |
|
| [D](./languages/d) |
|
| [Go](./languages/go) |
|
| [Odin](./languages/odin) |
|
| [Python](./languages/python) |
|
| [Rust](./languages/rust) |
|
| [Zig](./languages/zig) |