1 unstable release
0.0.0 | Feb 20, 2023 |
---|
#444 in #2d
7KB
amphora
An opinionated meta crate for creating graphically minimal Rogue-li[ke|te] games.
Usage
⚠️ Work in progress: This crate does not yet provide any functionality.
Features
- Algorithms for path-finding, field of view, etc.
- Component systems for game entities.
- Color types and conversions.
- Geometry types and computations.
- Input and output.
- Random number generation.
Background
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.
Developing
See CONTRIBUTING.md for details on how to contribute to this project.