fbdraw

Crates.iofbdraw
lib.rsfbdraw
version0.1.0
sourcesrc
created_at2022-04-11 22:36:55.155116
updated_at2022-04-11 22:36:55.155116
descriptionput_pixel(x, y, color) without the pain
homepage
repositoryhttps://github.com/nitingupta910/fbdraw
max_upload_size
id566148
size17,665
Nitin Gupta (nitingupta910)

documentation

README

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.

Commit count: 6

cargo fmt