#wolf-engine #gamedev #game #game-engine

wolf_engine_core

A highly-portable core providing just the basic types, tools, and functions for Wolf Engine

2 unstable releases

0.25.0 Nov 26, 2022
0.24.1 Nov 12, 2022

#664 in #game-engine

36 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

17KB
275 lines

Wolf Engine

CI Crates.io Crates.io

A simple, and flexible game framework written in Rust.

Status

Wolf Engine is currently in very early development. You should expect missing features, bugs, changing APIs, and other spooky stuff until release 1.0.

Quick-Start

To use the latest release version:

[dependencies]
wolf_engine = "*"

To use the latest development version:

wolf_engine = { git = "https://github.com/AlexiWolf/wolf_engine" }

Usage documentation, and interactive examples can be found on docs.rs, and in the examples/ folder.

License

Wolf Engine is licensed under either:

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 additional terms or conditions.

Dependencies

~47–275KB