justshow

Crates.iojustshow
lib.rsjustshow
version0.0.1
sourcesrc
created_at2024-02-05 03:59:12.168442
updated_at2024-02-05 03:59:12.168442
descriptionDraw things on screen. Simply.
homepage
repositoryhttps://github.com/t4ccer/justshow
max_upload_size
id1127054
size348,889
Tomasz Maciosowski (t4ccer)

documentation

README

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

Commit count: 0

cargo fmt