rusting_engine 0.1.45

A high-performance Vulkano-based 3D engine with GPU physics.
docs.rs failed to build rusting_engine-0.1.45
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rusting_engine-0.1.43

RustingEngine

RustingEngine is a Vulkan-based 3D engine written in Rust.

Running

Install Rust and make sure that a Vulkan-compatible graphics driver is available.

Run the editor GUI:

./scripts/run_editor.sh

Run the simulation without the editor:

cargo run --bin user_main

The editor can also be started directly through Cargo:

cargo run --bin editor