Crates.io | amphora |
lib.rs | amphora |
version | 0.0.0 |
source | src |
created_at | 2023-02-20 23:47:18.687483 |
updated_at | 2023-02-20 23:47:18.687483 |
description | An opinionated meta crate for creating graphically minimal Rogue-li[ke|te] games |
homepage | |
repository | https://github.com/matanlurey/amphora |
max_upload_size | |
id | 790265 |
size | 14,075 |
An opinionated meta crate for creating graphically minimal Rogue-li[ke|te] games.
⚠️ Work in progress: This crate does not yet provide any functionality.
There are a lot of existing Rust crates for creating games, everything from fully featured engines to simple 2D graphic or math libraries. However, most of these crates are designed for creating 3D games, or games with a lot of graphical complexity, and require learning a rather large API surface.
Amphora is a meta-crate that re-exports amphora-*
crates that are designed
to be used together to create simple 2D games. The goal is to let others focus
on the game mechanics and story, rather than graphics, UI, or fiddling with
underlying libraries.
The origin of the
@
symbol evolved from an abbreviation of "each at" - the "a" being encased by an "e". The first documented use was in 1536, in a letter by Francesco Lapi, a Florentine merchant, who used@
to denote units of wine called amphorae.
See CONTRIBUTING.md for details on how to contribute to this project.