simple-game-engine 0.6.0

A minimal game engine inspired by the OLC Pixel Game Engine
Documentation

Simple Game Engine

This project aims to create a minimal, yet usible, game engine. It is heavily inspired by the Pixel Game Engine, with the goal of creating something that abstracts away the complexities of creating graphical, interactive apps and games. Right now, it's a thin wrapper around SDL2 (using the sdl2 crate) for visuals.

This is highly experimental so far, so if you have any ideas or would like to contribute, please sub mit an issue.