Crates.io | chiro |
lib.rs | chiro |
version | 0.1.3 |
source | src |
created_at | 2022-08-16 05:16:11.45167 |
updated_at | 2022-09-05 06:18:32.069044 |
description | A curses-style terminal view that runs inside a pixel buffer (Rewrite of chiropterm) |
homepage | |
repository | https://github.com/nyeogmi/chiro |
max_upload_size | |
id | 646311 |
size | 149,750 |
NOTE: Under construction!
This is a rewrite of my earlier chiropterm
library, which had some serious API design issues:
Compared to chiropterm
a lot of things have been simplified -- there's no automatic resizing, no color management. The input subsystem actually got more complicated in an attempt to support both GameMaker-style "query for what buttons are down" input and event loop-based input.
Probably don't use this yet -- it's a serious WIP!