Skip to content

Cadiac/leipae

Repository files navigation

🍞🍞 Leipae 🍞🍞

Screenshot

A small outrun and bread themed Rust + OpenGL intro for Demohäsä 2022 demo competition.

Running

Follow Rust installation instructions.

$ cargo run --release

Generating minified shaders

To generate minified GLSL shaders use the Shader Minifier tool:

$ shader_minifier.exe -o ./src/shaders/fragment.min.glsl --format text --preserve-externals ./src/shaders/fragment.glsl

Creating release build

With minified up to date shaders in place run

$ cargo run --release

This will produce the release build executable binary within target/release/ directory.

License

This project is released under MIT license.

Some GLSL shader functions derived from iquilezles.org, as indicated on the fragment.glsl file.

About

Intro for Demohäsä 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published