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

https://github.com/avicted/raylib_orthographic

Transport Tycoon / OpenTTD style engine example with Raylib.
https://github.com/avicted/raylib_orthographic

c cpp openttd raylib transporttycoon

Last synced: 16 days ago
JSON representation

Transport Tycoon / OpenTTD style engine example with Raylib.

Awesome Lists containing this project

README

        

# Transport Tycoon style engine example
- Perspective Camera3D, that looks like an orthographic camera
- Frustum culling
- Batch rendering

### Build and Run
```bash
clear
meson setup build --buildtype=debug
cd build && ninja
cd ..
./build/raylib_orthographic
```

![demo](resources/output.gif "output.gif")

## Resources
- [https://kenney.nl/assets/train-kit](https://kenney.nl/assets/train-kit)

### License
MIT License