rain2d 0.1.1

Simple 2D game engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# rain2d
[![Crates.io](https://img.shields.io/crates/v/rain2d)](https://crates.io/crates/rain2d)
[![Docs.rs](https://docs.rs/rain2d/badge.svg)](https://docs.rs/rain2d/0.1.0/rain2d/)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/fiinnnn/rain2d/build)](https://github.com/fiinnnn/rain2d/actions?workflow=build)
[![Codecov](https://img.shields.io/codecov/c/gh/fiinnnn/rain2d)](https://codecov.io/gh/fiinnnn/rain2d)
-----

## Usage
See [examples](https://github.com/fiinnnn/rain2d/tree/master/examples)

## Acknowledgements
- Based on [olcPixelGameEngine]https://github.com/OneLoneCoder/olcPixelGameEngine by [Javidx9]https://github.com/OneLoneCoder