A re-implementation of the RenderWare Graphics engine (Mirror of https://github.com/aap/librw)
Go to file
aap efec4e5acc transpose for rwio normal xform 2017-08-22 20:23:56 +02:00
skeleton wrote basic skeleton; clumpview 2017-08-10 00:42:33 +02:00
src transpose for rwio normal xform 2017-08-22 20:23:56 +02:00
tools work on ps2test 2017-08-12 21:24:19 +02:00
.gitignore - added .vs folder to .gitignore 2016-10-22 20:53:21 +02:00
LICENSE Initial commit 2014-12-18 17:25:08 +01:00
README.md fixed gl3 renderer 2017-07-27 15:13:04 +02:00
TODO small stuff 2017-08-21 14:40:19 +02:00
args.h made most things build on linux again 2016-01-10 20:10:53 +01:00
premake5.lua mipmap allocation for ps2 rasters 2017-08-18 19:28:01 +02:00
rw.h wrote basic skeleton; clumpview 2017-08-10 00:42:33 +02:00

README.md

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 eventually: 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.

File formats are already supported rather well, although rasters as used by TXD files still need some work, especially for PS2.

As for rendering, D3D9 and OpenGL 3 work somewhat well but both still need work. Rendering some things on the PS2 worked in the past but the code is not maintained, it was only a test.

Roadmap

  • Work on platform independent rendering functions (setting render states etc.)

  • Get a solid GL3 driver working

Building

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