Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

cryscan/ceramic

Repository files navigation

Ceramic

Procedural animation written in Rust using Amethyst Engine.

Watch the video

There is also a video showing the final results in the repository.

Compile and Run

To compile, use the following command:

cargo build --features "vulkan"

To switch graphics backend to metal, type

cargo build --features "metal"

After compiling, type the following command to run:

cargo run

Controls

  • W S: move
  • A D: rotate
  • E Q: speed up/down

Credits

The cat model is supplied under Royalty Free License.

About

Procedural animation in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages