Skip to content

aap/librw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

169a45a · Dec 3, 2024
Aug 16, 2024
Aug 16, 2024
Aug 16, 2024
Dec 3, 2024
Aug 16, 2024
Jul 9, 2021
Jun 22, 2021
Apr 26, 2020
Feb 18, 2021
Aug 16, 2024
Jan 31, 2021
Dec 18, 2014
Jun 22, 2021
Feb 17, 2021
Mar 3, 2021
Jan 10, 2016
Aug 8, 2018
Apr 18, 2020
Apr 18, 2020
Nov 25, 2021
Aug 18, 2020

Repository files navigation

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.