justshow 0.0.1

Draw things on screen. Simply.
Documentation
  • Coverage
  • 0.6%
    9 out of 1495 items documented0 out of 469 items with examples
  • Size
  • Source code size: 348.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 50.92 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • t4ccer/just
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • t4ccer

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