md-mage

Crates.iomd-mage
lib.rsmd-mage
version0.1.0
sourcesrc
created_at2021-06-20 23:35:34.74467
updated_at2021-06-20 23:35:34.74467
descriptionMatt's ASCII Game Engine
homepagehttps://github.com/Cthutu/mage
repositoryhttps://github.com/Cthutu/mage
max_upload_size
id412630
size101,902
(Cthutu)

documentation

README

Matt's ASCII Game Engine (MAGE)

This is an engine I wrote to help implement ASCII-based games. This is the core engine, which only implements a bare minimum to get ASCII text on a window fast using the GPU.

Other modules will provide other systems, like ECS, pathfinding, audio etc.

Using MAGE

It provides a trait that needs implementing (Game) and a builder that allows you to configure it (such as which font to use etc). The engine will call the methods on the trait implementation passing state and input to the game code.

Commit count: 22

cargo fmt