Generated GLSL files and jit.gl.slab
My latest experiments in Jitter involve generating GLSL files and the associated JXS files at runtime.
The problem is that sometimes I don't have set names for these files, so I attached a random number to the file names, and the file-system is getting clogged with: 0.652896423984726.temp.glsl and an associated 0.652896423984726.temp.glsl.jxs file.
Is there a way to get jitter to load a GLSL and JXS file by sending a multiple lists that contain the file information without having to rewrite jit.slab?
For reference, I have an "expression" to "glsl" translator allowing me to write something like: gl.expr window "some expression like jit.expr accepts"