Greetings composers! still messing with compose quite a bit, was wondering what you guys think of making more complex UI such as this fretboard chart in screenie. Questions is - Should be done using high level composables
Container
,
ColoredRect
etc or should something like this be done with low level
Canvas
draw routines?
👍 2
💡 2
🎸 6
z
Zach Klippenstein (he/him) [MOD]
02/15/2020, 9:08 PM
Do whatever makes the code simpler and easier to read and maintain.