Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 3 hours 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