https://github.com/adinfinit/texpack
Texture packer with image, font and sdf support.
https://github.com/adinfinit/texpack
texture-packer
Last synced: about 1 year ago
JSON representation
Texture packer with image, font and sdf support.
- Host: GitHub
- URL: https://github.com/adinfinit/texpack
- Owner: adinfinit
- License: mit
- Created: 2017-03-27T07:29:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T09:19:03.000Z (over 7 years ago)
- Last Synced: 2025-04-19T19:05:11.608Z (about 1 year ago)
- Topics: texture-packer
- Language: Go
- Homepage:
- Size: 79.1 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# texpack
`texpack` is a texture packer with both image and font support in the same atlas.
## Notes
* Does not support OpenType font kerning -- limitation of `github.com/golang/freetype`.
* SDF support is weak
* Doesn't auto rotate
## Installing
```
go get github.com/adinfinit/texpack
```
## sub-packages
* `maxrect` - is a MaxRects implementation
* `pack` - implements utilities for interfacing with maxrect
* `sdf` - implements signed-distance-field generation