malramsay64 / 2d-packing

0 stars 0 forks source link

Remove global variables #1

Closed malramsay64 closed 5 years ago

malramsay64 commented 5 years ago

The global compile-time defined variables should be refactored, allowing them to be set at some point during execution.

malramsay64 commented 5 years ago

This will likely involve converting to an Object Oriented C++ style code, particularly since this will handle the allocation and freeing of memory resources.

malramsay64 commented 5 years ago

This has now been completed :smiley: