Tween libs with special effort put toward simplicity, conciseness, upfront memory allocation, and low overhead.
You can use either single/double file entries. If you intend on using multiple tween libraries, I would suggest using the double file entry and only keeping one utl file. This way, multiple twn classes can leverage those structures/variables.
unity_showcase.mp4
You can choose single files that contain all the code you need to run the tween library of choice. These are self contained and have less than 500 sloc per file. They have custom structures, enums, and constants to aid in their execution.
You can choose two files that contain all the code you need to run the tween library of choice. One of the files extracts common structures and constants between each single file library to condense things. The second file is the same as the single file libraries without the structure or constant definitions.
(TODO_RYAN_2022-11-10)
(TODO_RYAN_2022-11-10)