Juno is a Java rendering api.
The Juno project is split into multiple separate packages.
All the packages listed below are available on the Meteor maven.
Link: https://maven.meteordev.org/releases
org.meteordev:juno-api:1.0.0
The core Juno API.
Look at the example for standalone usage of the API.
org.meteordev:juno-opengl:1.0.0
Implements juno-api:1.0.0
A standalone OpenGL implementation of the core Juno API.
org.meteordev:juno-utils:1.0.0
Depends on juno-api:1.0.0
Helper classes built on top of the core Juno API.
org.meteordev:juno-mc:1.0.0
Includes juno-api:1.0.0
and juno-utils:1.0.0
A Minecraft Fabric mod that implements the core Juno API on top of Minecraft. Also includes a few Minecraft helpers.
To use Juno in a Minecraft mod simply Jar-in-Jar this package.
There is an example specifically for this package.