material
material copied to clipboard
Wysiwyg
This code is coming along really well. I am curious what your own thoughts about layout code is, since your so close to this. I saw damsel for example. Keeping all of it in golang seems smart too for easy compile time errors etc. Qml is another approach. I use qml and the nice part is it's turtles all the way down in terms of composition and slots and signals for events and databinding.
Having said all that there is a good GUI tree layout system that is golang / gopherjs here: https://github.com/gu-io/gu
It's not my baby but i use it and help on it. Checkout the tree folder. It's independent of the GUI. Can target the Dom if anything else. It's super easy to use and put strongly type events and binding in it.
We have been discussing the idea of supporting shiny / gomobile for a bit as a bit of an experiment
Have a look at it. Would be cool if some synergy is there