Main Menu

News:

LINKS: Website | Steam | Wiki

REXSpeeder - a new C++ library

Started by Pyridine, May 23, 2016, 07:28:43 PM

Previous topic - Next topic

Pyridine

https://github.com/pyridine/REXSpeeder

I've made a C++ library that imports and exports REXPaint files.

I'm personally using it to load REXPaint art files to display in a game I'm working on, so I figured I should share it.

There's an existing C++ library that does this by GamePopper (and I am certainly indebted to him), but I wanted something that was simpler, faster, and more focused. REXSpeeder's now also one of the few existing libraries that support saving .xp files.

At the moment the library only supports Windows, as REXPaint is Windows-only.

Edit: Now supports Linux and Mac OS X thanks to TheBracket !

Kyzrati

Thanks, Pyridine! I've added a link to your library from the resources page, and it will also appear in the manual for future releases.
Josh Ge, Developer - Dev Blog | @GridSageGames | Patreon


Mreuwu

REXLayer dtor should be empty. RAII.