moai 0.0.2

Fast 3d graphics framework
Documentation
# 🗿 Moai
![Crates.io](https://img.shields.io/crates/v/moai)
![Crates.io](https://img.shields.io/crates/d/moai)
![GitHub](https://img.shields.io/github/license/bpm-mcgill/moai)

Rendering frame written entirely in Rust for memory safety and high performance.

## 🚧 THIS PROJECT IS IN IT'S VERY EARLY STAGES 🚧
Please don't use
## Project Focus

- Highly optimized
- Cross platform
- Ease of development
## Documentation

[docs.rs](https://docs.rs/moai/0.0.1/moai/)

## Examples

Examples are located in the `examples` directory

To run an example, download the repository and run
```sh
cargo run --example {example_name}
```
Replace `{example_name}` with one of the available examples below:
- testing