Crates.io | gemini-engine |
lib.rs | gemini-engine |
version | 0.14.2 |
source | src |
created_at | 2023-08-27 14:57:31.035629 |
updated_at | 2024-05-02 17:39:11.588866 |
description | A 2D/3D monospaced ASCII rendering engine for the terminal |
homepage | https://github.com/redpenguinyt/gemini-rust |
repository | https://github.com/redpenguinyt/gemini-rust |
max_upload_size | |
id | 956133 |
size | 131,918 |
Gemini is a monospaced ASCII rendering engine, capable of rendering 2D and 3D graphics in a terminal or console and written in Rust. This is a loose port of gemini-py which was made in Python but was deprecated due to performance limitations.
IMPORTANT: You MUST use a monospace font in the terminal for the engine to render the view properly Looking for input? The console-input crate (also made by me) makes it easy to implement cross-platform input
As of now this is still a work in progress, so any feedback or issue requests would be very much appreciated :)