fbdraw 0.1.0

put_pixel(x, y, color) without the pain
Documentation
  • Coverage
  • 75%
    6 out of 8 items documented2 out of 8 items with examples
  • Size
  • Source code size: 38.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.17 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 30s Average build duration of successful builds.
  • all releases: 30s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • nitingupta910/fbdraw
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nitingupta910

fbdraw provides a single interface put_pixel(x, y, color) for drawing on the screen. This simple interface makes it easy to play around with graphics algorithms like curve drawing, without the burden of setting up a window (with an event loop), setting up GPU pipeline, or managing software buffers, etc.

The coordinate system has origin at the top-left, with X and Y axis running left-to-right and top-to-bottom, respectively.

It is a wrapper for the minifb library.