re3/vendor/librw
2022-08-25 23:36:17 +02:00
..
.github/workflows fuck take2 2022-08-25 23:36:17 +02:00
cmake fuck take2 2022-08-25 23:36:17 +02:00
conan fuck take2 2022-08-25 23:36:17 +02:00
skeleton fuck take2 2022-08-25 23:36:17 +02:00
src fuck take2 2022-08-25 23:36:17 +02:00
tools fuck take2 2022-08-25 23:36:17 +02:00
.appveyor.yml fuck take2 2022-08-25 23:36:17 +02:00
.gitignore fuck take2 2022-08-25 23:36:17 +02:00
.travis.yml fuck take2 2022-08-25 23:36:17 +02:00
ARCHITECTURE.MD fuck take2 2022-08-25 23:36:17 +02:00
args.h fuck take2 2022-08-25 23:36:17 +02:00
CMakeLists.txt fuck take2 2022-08-25 23:36:17 +02:00
conanfile.py fuck take2 2022-08-25 23:36:17 +02:00
docker_rebuild_ps2.sh fuck take2 2022-08-25 23:36:17 +02:00
Dockerfile fuck take2 2022-08-25 23:36:17 +02:00
LICENSE fuck take2 2022-08-25 23:36:17 +02:00
premake-vs2019.cmd fuck take2 2022-08-25 23:36:17 +02:00
premake5.exe fuck take2 2022-08-25 23:36:17 +02:00
premake5.lua fuck take2 2022-08-25 23:36:17 +02:00
README.cmake fuck take2 2022-08-25 23:36:17 +02:00
README.md fuck take2 2022-08-25 23:36:17 +02:00
rw.h fuck take2 2022-08-25 23:36:17 +02:00
TODO fuck take2 2022-08-25 23:36:17 +02: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.