benreid24 / BLIB

Small organized collection of common code I have accumulated over the years that has amassed into a proper 2d game engine
1 stars 0 forks source link

Implement playlist editor component #146

Open benreid24 opened 1 year ago

benreid24 commented 1 year ago

Make generic editor component using GUI module. Consider making a wrapper base that can be passed into a generic windowing utility. That way using code can pack component into non-window area or can use the window utility to easily make a dialog. This pattern can then be reused for other editor components.