🐶 KEESHOND Game Engine 🐶

About

Keeshond is a 2D game engine with a focus on quickly bringing ideas onscreen.

Goals

Current features

Features to come

Running examples

Unfortunately, due to how cargo currently works, applications that rely on external resources will not run with cargo run. Instead, you will need to use

cargo build --example doggymark

And then cd to the example's source directory and run from there:

cd keeshond/examples/doggymark ../../../target/debug/examples/doggymark

License

Licensed under either of

at your option.

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.