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

https://github.com/aap/librw

A re-implementation of the RenderWare Graphics engine
https://github.com/aap/librw

3d-engine reimplementation renderware-graphics reverse-engineering

Last synced: 11 months ago
JSON representation

A re-implementation of the RenderWare Graphics engine

Awesome Lists containing this project

README

          

Build with cmake
================

Linux

mkdir build
cd build
cmake .. -DLIBRW_PLATFORM=GL3 -DLIBRW_GL3_GFXLIB=SDL2
make