Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 653 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 653 Bytes

This is IRO, or Image Reconstitution Orchestrator, a simple cross-platform image loader library.

License

IRO is licensed under the zlib license. See LICENSE for details.

About IRO

If you need to get bytes from image files, IRO is for you. It's basically a glorified wrapper around stb_image.

Dependencies

IRO depends on SDL3 for portability.

Building IRO

Use CMake:

   $ mkdir build/
   $ cd build/
   $ cmake ../
   $ make

You may have to define SDL3_DIR.

Want to contribute?

Issues can be reported and patches contributed via Github:

https://github.com/MoonsideGames/IRO