pxl 0.1.0-alpha+1 copy "pxl: ^0.1.0-alpha+1" to clipboard
pxl: ^0.1.0-alpha+1 copied to clipboard

A tiny cross-platform pixel buffer and foundation for pixel-based graphics.

pxl #

A tiny cross-platform pixel buffer and foundation for pixel-based graphics.

Pxl on pub.dev Code coverage Github action status Dartdocs Style guide

Usage #

import 'package:pxl/pxl.dart';

Features #

Example

  • Create and manipulate in-memory integer or floating-point pixel buffers.
  • Define and convert between pixel formats.
  • Palette-based indexed pixel formats.
  • Buffer-to-buffer blitting with automatic format conversion and blend modes.
  • Region-based pixel manipulation, replacement, and copying.

Contributing #

To run the tests, run:

dart test

To check code coverage locally, run:

./chore coverage

To preview dartdoc output locally, run:

./chore dartodc

Inspiration and Sources #

3
likes
160
pub points
2%
popularity

Publisher

verified publisherlurey.dev

A tiny cross-platform pixel buffer and foundation for pixel-based graphics.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

lodim, meta

More

Packages that depend on pxl