This is compilation of lava module examples.
git clone --recurse-submodules https://github.com/Breush/lava-jai-examples
cd lava-jai-examples
jai ./examples/sill-meshes/first.jai # Compile an example
./bin/sill-meshes # Run
Example | Description | Result |
---|---|---|
crater-events | How to interact with Crater.Window by grabbing keyboard and mouse events. |
MousePointerMoved -> {592, 128, -2, -2} |
magma-scenes | How to setup multiple windows and Magma.Scene . Showing how to use viewports and cameras. |
@todo Add image. |
magma-vr | How to setup a VR environment. | @todo Add image. |
sill-meshes | How to load meshes from .glb files and create basic shapes. |
@todo Add image. |