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 your 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 the ground up for use in realtime applications such as videogames. Its execution model allows asynchronous and thread-safe operation by default. The Jinx language is clean and straightforward, looking a bit like pseudocode.
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 your 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 the ground up for use in realtime applications such as videogames. Its execution model allows asynchronous and thread-safe operation by default. The Jinx language is clean and straightforward, looking a bit like pseudocode.