Small sdf editor
uses nyancore
Clone repository with all submodules
git clone --recurse-submodules [email protected]:Black-Cat/lamia.git
Cross compilation is available
Release for windows is build with zig build -Dtarget=x86_64-windows-gnu -Drelease-fast=true
zig build
zig build -Dtarget=x86_64-windows-gnu
If you develop vulkan code, it is recomended to use -Dvulkan-validation=true
flag. It requires installed vulkand sdk with correct environment variables. Enabling this option will turn on vulkan validation layers.
You can enable tracing with -Denable-tracing=true
and connect with tracy v0.8.
zig build run
zig build -Dtarget=x86_64-windows-gnu run
It is also possible to pass path to scene that will be opened on the application start
zig build run -- ../scene.ls
or
./zig-out/bin/lamia ../scene.ls
Create an issue here, or send email to iblackcatw(at)gmail.com or discord Black Cat!#5337