pxldraw 0.1.0

2D software pixel renderer
Documentation

pxldraw

2D software pixel renderer.

Test Docs Crates.io Version codecov

The pxldraw crate plays a similar role to embedded-graphics-core, but is built specifically for software[^1] rendering of pixels on to a DrawTarget; this crate also provides a Framebuffer type that can be used to implement in-memory 2D draw operations on a grid of pixels.

[^1]: DrawTarget could be implemented in a hardware accelerated way by another crate.

Contributing

This project uses just to run commands the same way as the CI:

  • cargo just check to check formatting and lints.
  • cargo just coverage to generate and preview code coverage.
  • cargo just doc to generate and preview docs.
  • cargo just test to run tests.

For a full list of commands, see the Justfile.