mochou-p / dacho

3D Vulkan Game Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dacho

Usage

In dacho, you can make/load a World, and run/save it
This is the hello world:

use dacho::prelude::*;

fn main() {
    World::new()
        .run();
}

See examples for more

Notes

Run with --release if your system is missing Vulkan Validation Layers
If you are using a WM, it is currently recommended that you make a rule to open dacho as floating

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions

About

3D Vulkan Game Engine

License:Apache License 2.0


Languages

Language:Rust 94.8%Language:WGSL 5.0%Language:Nix 0.2%