Skip to content

Serialize Raylib structs to/from Json using nlohmann::json

Notifications You must be signed in to change notification settings

reidevries/RaylibJsonSerialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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.

About

Serialize Raylib structs to/from Json using nlohmann::json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages