gemini-engine 0.8.1

A 2D/3D monospaced ASCII rendering engine for the terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Gemini

[![Crates.io](https://img.shields.io/crates/v/gemini-engine)](https://crates.io/crates/gemini-engine) ![Stars](https://img.shields.io/github/stars/redpenguinyt/gemini-rust?color=yellow) ![Last commit](https://img.shields.io/github/last-commit/redpenguinyt/gemini-rust) ![Code size](https://img.shields.io/github/languages/code-size/redpenguinyt/gemini-rust) ![Crates.io](https://img.shields.io/crates/d/gemini-engine) [![Issues](https://img.shields.io/github/issues/redpenguinyt/gemini-rust)](https://github.com/redpenguinyt/gemini-rust/issues)

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 [GeminiEngine](https://github.com/redpenguinyt/GeminiEngine) 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

- [Quick Start](https://docs.rs/gemini-engine/latest/gemini_engine/elements/index.html)
- [Crates.io](https://crates.io/crates/gemini-engine)
- [Documentation](https://docs.rs/gemini-engine)
- [Changelog](https://github.com/redpenguinyt/gemini-rust/commits)

As of now this is still a work in progress, so any feedback or issue requests would be very much appreciated :)