If you're using an IDE with CMake integration make sure it points to the same cmake directory as the justfile, which defaults to build.
This will reduce friction when working on the project.
- Use
nix flake updateto bring all nix context and packages - Use
nix buildto build the package - Use
nix runto launch the module-viewer and check your module loads properly - Use
nix developto setup your IDE
This repository owns LEZ Core package releases. Run Publish LEZ Core from
the main branch to build the portable lez_core package for Linux x86_64 and
Apple-silicon macOS. The workflow publishes the .lgx asset and sidecar.json
under the lez_core-v<version> tag, using the version in metadata.json.
The initial releases are GitHub prereleases while the package is in alpha. Package catalogs may index these source-owned assets, but do not rebuild or re-host them.