https://github.com/liby99/toaru-renderer
Physics Simulator & Renderer with Entity Component System
https://github.com/liby99/toaru-renderer
Last synced: 3 months ago
JSON representation
Physics Simulator & Renderer with Entity Component System
- Host: GitHub
- URL: https://github.com/liby99/toaru-renderer
- Owner: Liby99
- Created: 2019-04-14T20:40:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T23:09:05.000Z (about 6 years ago)
- Last Synced: 2025-01-21T10:51:05.539Z (5 months ago)
- Language: C++
- Homepage:
- Size: 16.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Toaru Renderer
Toaru Render is some renderer that has an Entity-Component System and can do rendering and physics simulation
## Screenshot

## Build for Release
``` bash
mkdir release
cd release
cmake -DCMAKE_BUILD_TYPE=Release ..
make
```## Build for Debug
``` bash
mkdir build
cd build
cmake ..
make
```