Skip to content

mochou-p/dacho

Repository files navigation

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

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published