Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 428 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 428 Bytes

RaylibJsonSerialization

Header file to serialize Raylib structs to/from Json using nlohmann::json It includes every Raylib struct as of Raylib 3.0.0, except those that are loaded from files such as Font, Image, Texture and Model because it doesn't really make sense to save these in Json format when they already have their own supported file formats. U can see the full list of unsupported structs in the header file itself.