2014-12-18 16:25:08 +00:00
|
|
|
librw
|
|
|
|
=====
|
|
|
|
|
2016-07-05 10:36:43 +01:00
|
|
|
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
|
2017-08-25 13:06:53 +01:00
|
|
|
work. Rendering some things on the PS2 is working as a test only.
|
2016-07-05 10:36:43 +01:00
|
|
|
|
|
|
|
# Building
|
|
|
|
|
2017-07-27 14:05:30 +01:00
|
|
|
Get premake5. Generate a config, e.g. with ``premake5 gmake``,
|
|
|
|
and look in the build directory.
|