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.
- Host: GitHub
- URL: https://github.com/avicted/raylib_orthographic
- Owner: Avicted
- License: mit
- Created: 2024-10-14T18:58:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T19:49:25.000Z (7 months ago)
- Last Synced: 2025-04-09T08:51:15.143Z (about 1 month ago)
- Topics: c, cpp, openttd, raylib, transporttycoon
- Language: C++
- Homepage:
- Size: 63.7 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
## Resources
- [https://kenney.nl/assets/train-kit](https://kenney.nl/assets/train-kit)### License
MIT License