36 lines
837 B
Text
36 lines
837 B
Text
------
|
|
jx.jai
|
|
------
|
|
|
|
cd [jai install directory]/modules
|
|
git clone https://git.brut.systems/judah/jx.jai.git jx
|
|
|
|
#import "jx";
|
|
|
|
What
|
|
----
|
|
|
|
A set of modules for things I usually want in Jai, namely,
|
|
utilities, bindings, and experiments.
|
|
|
|
How
|
|
---
|
|
|
|
If you'd like to learn more about *what* a specific module
|
|
does, take a look at its 'module.jai' file.
|
|
|
|
Why
|
|
---
|
|
|
|
Because Jai is still in closed beta (as of May 15, 2025),
|
|
updates to the compiler and "standard library" will break
|
|
projects of mine; sometimes in a very annoying way.
|
|
|
|
jx.jai was made to 1) give myself an escape
|
|
hatch/skin-suit to cause fewer breaking changes when
|
|
updating the compiler, and 2) put all of my non-project
|
|
code in a single place that's easier to manage.
|
|
|
|
While I do use many of the modules shipped with the
|
|
compiler, my goal is to eventually replace them.
|
|
|