thndr 0.0.1

Highly modular Game Engine built in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Thunder Engine

[![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue)](
    https://github.com/ThunderStudios/Thunder#license)
[![crates.io](https://img.shields.io/crates/v/thndr)](https://crates.io/crates/thndr)
[![docs.rs](https://docs.rs/thndr/badge.svg)](https://docs.rs/thndr)

Highly modular Game Engine built in Rust.

## License

Thunder is free and open source. All code in this repository is dual-licensed under either:

- MIT License ([LICENSE-MIT]/LICENSE-MIT or <http://opensource.org/licenses/MIT>)
- Apache License, Version 2.0 ([LICENSE-APACHE]/LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)

at your option.