Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | WIP typedefing all the things - headers | Dan Goodliffe | 2023-11-07 |
| | |||
* | Reformat with new clang-format | Dan Goodliffe | 2023-11-07 |
| | |||
* | Have texture packer search harder for a solution, stopping at the reported ↵ | Dan Goodliffe | 2023-04-14 |
| | | | | texture size limit | ||
* | Add aggregrate constructor to TexturePacker::Area as required | Dan Goodliffe | 2023-03-19 |
| | |||
* | Fix texture packer return value so positions match inputs | Dan Goodliffe | 2023-03-17 |
| | |||
* | Initial version of texture packer | Dan Goodliffe | 2023-03-11 |
Determines where a collection of smaller textures can be tiled into a single bigger image. Probably non-optimal. |