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

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

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

![Two Cubes](https://raw.githubusercontent.com/Liby99/toaru-renderer/master/doc/img/two-cubes.png)

## Build for Release

``` bash
mkdir release
cd release
cmake -DCMAKE_BUILD_TYPE=Release ..
make
```

## Build for Debug

``` bash
mkdir build
cd build
cmake ..
make
```