Jinx is an embeddable scripting language. It’s designed to be both easy to use and easy to integrate,available as a traditional source library or a single-header amalgamation. Compiling and running yourfirst script takes just three lines of C++ code.
Why Should I Consider Jinx For My Project?
Jinx is written in modern C++, and has been designed from the ground up for use in realtimeapplications such as videogames. Its execution model allows asynchronous and thread-safeoperation by default. The Jinx language isclean and straightforward, looking a bit like pseudocode.
Jinx is an embeddable scripting language. It’s designed to be botheasy to use and easy to integrate, available as a traditional sourcelibrary or a single-header amalgamation. Compiling and runningyour first script takes just three lines of C++ code.
Why Should I Consider Jinx For My Project?
Jinx is written in modern C++, and has been designed from theground up for use in realtime applications such as videogames. Itsexecution model allows asynchronous and thread-safe operation bydefault. The Jinx language isclean and straightforward, looking a bitlike pseudocode.