gemini-engine

Crates.iogemini-engine
lib.rsgemini-engine
version
sourcesrc
created_at2023-08-27 14:57:31.035629+00
updated_at2025-03-15 20:02:02.426538+00
descriptionA 2D/3D monospaced ASCII rendering engine for the terminal
homepagehttps://github.com/renpenguin/gemini-engine
repositoryhttps://github.com/renpenguin/gemini-engine
max_upload_size
id956133
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
ren (renpenguin)

documentation

https://docs.rs/gemini-engine

README

Crates.io Stars Last commit Code size Crates.io Issues

Introduction

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 :)

Projects created using Gemini

Commit count: 414

cargo fmt