An open API service indexing awesome lists of open source software.

https://github.com/jcash/atlaspacker

Experiments in atlas packing
https://github.com/jcash/atlaspacker

Last synced: about 1 year ago
JSON representation

Experiments in atlas packing

Awesome Lists containing this project

README

          

# atlaspacker

# Algorithms

[Tile Packer](./doc/tilepacker/README.md)

# Why I wrote this library

I wrote this because I wanted to test some ideas for efficient atlas packing for polygonal shapes.

I also added a simple rect bin packing (Skyline Bottom Left) as a default test case since I wanted something to compare the results against.