Introducing Jinx

What is Jinx?

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.

What License Does Jinx Use?

The complete source code for Jinx has been released under the well known and permissive open source MIT license.  It can be freely used in both open and closed source project.
Copyright © 2023 James Boer  All Rights Reserved

Introducing Jinx

What is Jinx?

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.

What License Does Jinx Use?

The complete source code for Jinx has been released under the well known and permissive open source MIT license.  It can be freely used in both open and closed source project.
Copyright © 2023 James Boer  All Rights Reserved