Crates.io | mterm |
lib.rs | mterm |
version | 0.1.1 |
source | src |
created_at | 2021-06-27 10:06:09.192972 |
updated_at | 2021-06-27 10:30:28.546493 |
description | Provides a framework for single window applications that render ASCII text. |
homepage | |
repository | https://github.com/cthutu/mterm |
max_upload_size | |
id | 415414 |
size | 115,666 |
This crate provides a framework for implementing an application that requires a single window with ASCII text. It uses the GPU to render the ASCII quickly and provides a trait of two methods so that user's code can hook into the main loop that is implemented by the crate.
There is one example that demonstrates a simple application that implements mterm::App
which constructs a mterm::Image
containing the "Hello World" message, and blits it on to the screen.