A re-implementation of the RenderWare Graphics engine (Mirror of https://github.com/aap/librw)
Go to file
aap c493613724
Merge pull request #42 from ccawley2011/rwstrdup
Replace use of strdup with rwstrdup
2021-01-14 00:34:13 +01:00
.github/workflows conan+ci: update 2021-01-02 20:47:22 +01:00
cmake cmake: add playstation2 support 2021-01-02 20:47:22 +01:00
conan cmake: add playstation2 support 2021-01-02 20:47:22 +01:00
skeleton cmake: no indentation for closing cmake command parenthesis 2021-01-02 20:47:19 +01:00
src Merge pull request #42 from ccawley2011/rwstrdup 2021-01-14 00:34:13 +01:00
tools cmake: add playstation2 support 2021-01-02 20:47:22 +01:00
.appveyor.yml fixed appveyor build 2020-05-01 21:31:07 +02:00
.gitignore Add the build directory to the .gitignore file 2019-01-10 16:12:21 +00:00
.travis.yml Make ps2 optional 2020-04-26 22:38:00 +02:00
CMakeLists.txt cmake: create binary package with nice filename 2021-01-02 20:47:22 +01:00
Dockerfile Add support for SDL2 2018-08-08 23:42:27 +02:00
LICENSE Initial commit 2014-12-18 17:25:08 +01:00
README.md worked on allocation 2017-08-26 12:43:33 +02:00
TODO lots of changes to rasters; mostly mipmap support and DXT conversion 2020-11-11 09:34:36 +01:00
args.h made most things build on linux again 2016-01-10 20:10:53 +01:00
conanfile.py conan+ci: update 2021-01-02 20:47:22 +01:00
docker_rebuild_ps2.sh Add travis and appveyor support 2018-08-08 19:11:05 +02:00
premake-vs2019.cmd include premake binary for convenience 2020-04-18 11:39:03 +03:00
premake5.exe include premake binary for convenience 2020-04-18 11:39:03 +03:00
premake5.lua ska2anm tool and fixes for old-style skanim 2020-08-06 10:00:46 +02:00
rw.h render pipe fixes 2020-08-18 11:03:07 +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 is working as a test only.

Building

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