srs2dge 0.2.0

Simple Rust 2D Game Engine
Documentation
<div align="center">

# Simple Rust 2D Game Engine

[![dependency status](https://deps.rs/repo/github/Overpeek/srs2dge/status.svg)](https://deps.rs/repo/github/Overpeek/srs2dge)
[![build status](https://github.com/Overpeek/srs2dge/actions/workflows/rust.yml/badge.svg)](https://github.com/Overpeek/srs2dge/actions)
[![crates.io](https://img.shields.io/crates/v/srs2dge.svg?label=srs2dge)](https://crates.io/crates/srs2dge)
[![docs.rs](https://docs.rs/srs2dge/badge.svg)](https://docs.rs/srs2dge/)

</div>

### Live demo at: https://gpu.ovpk.net



## Demo images

#### examples/tetris
<img src="/.github/tetris.png"/>

#### examples/platformer
<img src="/.github/platformer.png"/>

#### examples/main
<img src="/.github/main.png"/>