Software-accelerated Wayland terminal emulator
  • Rust 98.5%
  • Nix 1.1%
  • Python 0.4%
Find a file
NotAShelf 6b3c8dc059
vt: answer XTVERSION, DA3, DECRQM, and the title stack
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ib74e56cfd26b029064e5683ba20b70606a6a6964
2026-06-24 15:36:29 +03:00
nix nix: initial tooling 2026-06-23 14:59:09 +03:00
src vt: answer XTVERSION, DA3, DECRQM, and the title stack 2026-06-24 15:36:29 +03:00
terminfo beer: initial project scaffolding 2026-06-23 14:59:07 +03:00
.clippy.toml meta: set up linters and rustfmt 2026-06-23 14:59:06 +03:00
.deny.toml meta: set up linters and rustfmt 2026-06-23 14:59:06 +03:00
.envrc nix: initial tooling 2026-06-23 14:59:09 +03:00
.gitignore initial commit 2026-06-23 14:58:45 +03:00
.rustfmt.toml meta: set up linters and rustfmt 2026-06-23 14:59:06 +03:00
Cargo.lock render: draw the grid with rasterized glyphs 2026-06-24 15:36:27 +03:00
Cargo.toml render: draw the grid with rasterized glyphs 2026-06-24 15:36:27 +03:00
flake.lock nix: initial tooling 2026-06-23 14:59:09 +03:00
flake.nix nix: initial tooling 2026-06-23 14:59:09 +03:00
README.md docs: initial project README 2026-06-23 14:59:08 +03:00

beer

A fast, software-rendered, Wayland-native terminal emulator written in Rust. Lightweight in dependencies, on disk, and in memory.

Build

A Nix dev shell provides the toolchain and native libraries:

# Enter a devshell for necessary deps
$ nix develop

# Build in release mode
cargo build --release

License

EUPL-1.2.