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

https://github.com/ravengine/logos

Engine logos
https://github.com/ravengine/logos

Last synced: 12 months ago
JSON representation

Engine logos

Awesome Lists containing this project

README

          

# Logos

Used for generating the logo for RavEngine.

### Building
```sh
git clone https://github.com/RavEngine/Logos --depth=1 --recurse-submodules
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config release --target install
```

### More Sample Programs
Visit [RavEngine/Samples](https://github.com/RavEngine/Samples) for more demo programs.