Ecosyste.ms: Awesome
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: about 3 hours ago
JSON representation
A re-implementation of the RenderWare Graphics engine
- Host: GitHub
- URL: https://github.com/aap/librw
- Owner: aap
- License: mit
- Created: 2014-12-18T16:25:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T15:06:16.000Z (2 months ago)
- Last Synced: 2025-01-26T05:01:52.771Z (7 days ago)
- Topics: 3d-engine, reimplementation, renderware-graphics, reverse-engineering
- Language: C++
- Homepage:
- Size: 4.04 MB
- Stars: 627
- Watchers: 25
- Forks: 105
- Open Issues: 36
-
Metadata Files:
- Readme: README.cmake
- License: LICENSE
Awesome Lists containing this project
README
Build with cmake
================Linux
mkdir build
cd build
cmake .. -DLIBRW_PLATFORM=GL3 -DLIBRW_GL3_GFXLIB=SDL2
make