Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 892 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 892 Bytes

pixelutils

A collection of random things I think could be useful for those using the Pixel library.

Available Tools

Check out the wiki to see how to use these tools.

  • Sprite Packer: Runtime packer based on rectpack2D.
  • ID Generator: Thread safe integer ID generator.
  • Ticker: My attempt for an easy-to-use framerate limiter.
  • Sprite Loader: A simple sprite/picture data loader based on the Pixel example.
  • Voronoi Diagrams: A pixel-compatible interface built on Voronoi Diagrams.

Planned

Contribution

Feel free to add any tools that you've created for Pixel, I just ask that they're documented well and an usage wiki entry is added.