Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Un-const to allow move, no nvro here | Dan Goodliffe | 2024-06-25 |
| | |||
* | WIP typedefing all the things - headers | Dan Goodliffe | 2023-11-07 |
| | |||
* | Swap GLEW for more modern glad | Dan Goodliffe | 2023-05-28 |
| | |||
* | Drop .hpp for header only things | Dan Goodliffe | 2023-04-29 |
| | | | | Half of them acquired a .cpp part anyway | ||
* | Have texture packer search harder for a solution, stopping at the reported ↵ | Dan Goodliffe | 2023-04-14 |
| | | | | texture size limit | ||
* | Reduce texture size determined by packer if non-pot sizes are supported | Dan Goodliffe | 2023-04-14 |
| | |||
* | 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. |