re3-symbian/vendor/librw
2026-05-14 13:52:53 +05:00
..
.github/workflows Initial commit 2026-04-29 04:17:06 +05:00
cmake Initial commit 2026-04-29 04:17:06 +05:00
conan Initial commit 2026-04-29 04:17:06 +05:00
skeleton Symbian^3 port 2026-04-29 05:15:13 +05:00
src Supress logging 2026-05-14 13:52:53 +05:00
tools Initial commit 2026-04-29 04:17:06 +05:00
.appveyor.yml Initial commit 2026-04-29 04:17:06 +05:00
.gitignore Initial commit 2026-04-29 04:17:06 +05:00
.travis.yml Initial commit 2026-04-29 04:17:06 +05:00
ARCHITECTURE.MD Initial commit 2026-04-29 04:17:06 +05:00
args.h Initial commit 2026-04-29 04:17:06 +05:00
CMakeLists.txt Initial commit 2026-04-29 04:17:06 +05:00
conanfile.py Initial commit 2026-04-29 04:17:06 +05:00
docker_rebuild_ps2.sh Initial commit 2026-04-29 04:17:06 +05:00
Dockerfile Initial commit 2026-04-29 04:17:06 +05:00
LICENSE Initial commit 2026-04-29 04:17:06 +05:00
premake-vs2019.cmd Initial commit 2026-04-29 04:17:06 +05:00
premake5.exe Initial commit 2026-04-29 04:17:06 +05:00
premake5.lua Initial commit 2026-04-29 04:17:06 +05:00
README.cmake Initial commit 2026-04-29 04:17:06 +05:00
README.md Initial commit 2026-04-29 04:17:06 +05:00
rw.h Stub GLES 1.1 backend 2026-05-01 11:27:14 +05:00
TODO Initial commit 2026-04-29 04:17:06 +05:00

librw

This library is supposed to be a re-implementation of RenderWare graphics, or a good part of it anyway.

It is intended to be cross-platform in two senses: support rendering on different platforms similar to RW; supporting all file formats for all platforms at all times and provide way to convert to all other platforms.

Supported file formats are DFF and TXD for PS2, D3D8, D3D9 and Xbox. Not all pre-instanced PS2 DFFs are supported. BSP is not supported at all.

For rendering we have D3D9 and OpenGL (>=2.1, ES >= 2.0) backends. Rendering some things on the PS2 is working as a test only.

Uses

librw can be used for rendering GTA.

Building

Get premake5. Generate a config, e.g. with premake5 gmake, and look in the build directory.