Projects
Eight so far. Six arrived by adoption, transferred rather than forked, so their
history and issues came with them and each kept its original maintainer. Two were
started here by Jolt's author.
-
raylib-jlt -
119 raylib examples, calling the system
libraylib over its C ABI through jolt.ffi.
Docs and gallery.
-
raygui-jlt -
24 examples of raygui, raylib's immediate-mode GUI library, bound the same way.
Docs and gallery.
-
glitter -
a Replicant-style GTK4 renderer:
one state atom, a pure
state -> hiccup view, and event handlers as data.
Docs.
-
glitter-gl -
OpenGL geometry, matrices and shaders for glitter, plus a
:gl-area widget
to draw them in.
Docs.
-
glitter-uikit -
the same renderer model driving native macOS
NSView widgets through
AppKit, rather than GTK4.
Docs.
-
raylib-ios -
raylib and SDL2 on a physical iPhone, as portable bytecode with no JIT, because
iOS forbids generating code at run time. Seventeen scenes at 60 fps.
Docs and gallery.
-
raylib-android -
raylib on an Android phone as native arm64 code, with no JVM, Kotlin or Java
anywhere in the app. Seventeen scenes under an owner loop of about thirty lines.
-
ebb -
a port of missionary:
composable tasks and flows with real cancellation and glitch-free dataflow,
running on Chez fibers.
The six adopted projects publish through
docs-engine, so none of them
maintains a site generator of its own, and each site lives at
jlt-commons.github.io/<repo>/.
More about how they got here.
awesome-jolt catalogs the
wider ecosystem beyond this organization's own eight — jolt-lang's own libraries,
JVM and Clojure compatibility, docs and tooling.