18 lines
676 B
Org Mode
18 lines
676 B
Org Mode
#-*- mode: org -*-
|
|
#+TODO: BUG TODO | DONE
|
|
#+STARTUP: show2levels
|
|
|
|
* DONE Load images with stb_image
|
|
* DONE Check if images exist
|
|
* DONE Determine minimum size of output image
|
|
* DONE Write images to correct regions in output buffer
|
|
* TODO Generate a Rect data structure that determines where an image goes
|
|
* TODO Write to the rect rather than global values
|
|
* TODO Research simple texture packing algorithms
|
|
* TODO Implement one?
|
|
* TODO Take an =-o= flag for the name of the output file
|
|
* TODO Write a description on how to use the application
|
|
* TODO Figure out how to better structure/organize this project
|
|
* TODO Write unit tests
|
|
* TODO Figure out how to profile performance
|