1 unstable release

0.0.1 Feb 5, 2024

#33 in #stdlib

AGPL-3.0

305KB
7K SLoC

justshow

Zero dependency (only stdlib) graphics library.

Roadmap

  • Underlying graphics backends
    • X11
      • Raw interface (100% of the standard)
      • Friendly interface (Nice types for bitmasks, etc. tracking resources with lifetimes)
      • Extensions
        • MIT-SHM
    • Wayland
    • WinAPI
    • Web/Canvas?
    • Mobile?
  • Sound
  • Friendly backend-agnostic wrapper

Examples

Pong

cargo run --release --bin pong

Controls:

  • Quit: q
  • Left player:d/f
  • Right player: j/k
  • Restart: r

Source

preview

xlsfonts clone

Original implementation

cargo run --release --bin xlsfonts

Source

No runtime deps