This is a clone of the first level of Velgress from UFO 50, made for Eggjam #24. Its main purpose is to test my Starframe engine's physics and lighting features in a "real" context. You can find screenshots, a Windows build of the game, and a guide to the controls on the game's itch.io page.
To build the latest version from source,
install a recent version of Rust and run cargo run --release
.
You may also need some Vulkan and X11 dependencies on Linux.
For Nix users flake.nix
should contain all dependencies needed to build on NixOS;
simply run nix develop
followed by cargo run --release
.
All source code and assets contained in this repository are licensed under the CC0 1.0 Universal Public Domain Dedication, meaning you're free to do whatever you want with them.