Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Ray committed Aug 14, 2020
1 parent c759f00 commit e0f3f47
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# pixelutils
A collection of random things I think could be useful for those using the [Pixel](https://github.com/faiface/pixel) library.

* [QuadTree Collision Detection](https://gamedevelopment.tutsplus.com/tutorials/quick-tip-use-quadtrees-to-detect-likely-collisions-in-2d-space--gamedev-374)
## Available Tools
* Sprite Packer:
Runtime packer based on [rectpack2D](https://github.com/TeamHypersomnia/rectpack2D).
* ID generator:
Thread safe integer ID generator.
* Ticker:
My attempt for an easy-to-use framerate limiter.

## Planned
* [Voronoi Diagrams](https://github.com/pzsz/voronoi)
* [AStar Pathfinding](https://github.com/fzipp/astar)

0 comments on commit e0f3f47

Please sign in to comment.