Skip to content
/ Maze Public

Maze C++ system that allows dynamic JavaScript like objects to provide dynamic objects

License

Notifications You must be signed in to change notification settings

d0si/Maze

Repository files navigation

Maze Element System Build Maze

Maze is C++ library that allows you to use dynamic objects (similarly to something like JavaScript objects) as normal C++ values and construct complex objects without the need for declarations in form of classes or structs (this comes at a cost of more memory and slight performance hit).

It can be used to quickly load and process JSON data or even to be integrated into applications and allow for customizable data input.

About

Maze C++ system that allows dynamic JavaScript like objects to provide dynamic objects

Topics

Resources

License

Stars

Watchers

Forks