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
- Host: GitHub
- URL: https://github.com/jcash/atlaspacker
- Owner: JCash
- License: mit
- Created: 2021-10-30T07:01:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T10:37:25.000Z (over 1 year ago)
- Last Synced: 2025-03-24T12:56:21.726Z (about 1 year ago)
- Language: C
- Size: 8.08 MB
- Stars: 28
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.