A tone built anything useful with it ?
What do you mean "no actual text editors"? By my count of the
importers that GoDoc knows about 3 out of 8 of the projects that are
using it are text editor apps.
- Dave
Thanks. I looked there before.
It's a shame that only the shiny author is the only one on this from Google to improve it.
There are bits and pieces es floating around and even a roadmap in github to build material design widgets.
Dart / flutter / mojo is getting much more resources, with vanadium and syncbase. It's very easy too.
I am hoping the glfw drivers for flutter get some love for desktop in the flutter repo.
Or help on the shiny widgets, and stick with golang for GUI.
Anyone else care to give an opinion ?
Thanks. I looked there before.
It's a shame that only the shiny author is the only one on this from Google to improve it.
There are bits and pieces es floating around and even a roadmap in github to build material design widgets.
Dart / flutter / mojo is getting much more resources, with vanadium and syncbase. It's very easy too.
I am hoping the glfw drivers for flutter get some love for desktop in the flutter repo.Or help on the shiny widgets, and stick with golang for GUI.
Anyone else care to give an opinion ?
Thanks I am using polymer and bootstrap and electron too. But I hate it, and so why I turned to flutter.
I might check out your code. I think the basic MDL web GUI stuff could easily be make to work with shiny, if we don't want any glowing animation stuff, etc. Just like how MDL is is nice simple implementation of material design.
The only other thing is a markdown editor and viewer.
Responsive reflow ? Do it by hand for now will do.
Your summary is excellent. I went through all the same repo's and came to the same conclusions. Thanks for summarising the state if play.
There is also some very impressive work by Skinner over at:
https://github.com/dskinner/material
The branch called mediansdf has impressive font improvements.
The whole project is doing more than just fonts.
I was wondering if anyone is interested in making a repo that is a kitchen sink demo of the current state of play with me ?
I know we don't have much yet. But it will act as a catalyst for others to see where the holes are and try to fill them in with different attempts.
I know the shiny repo has some examples, it's also a pain for most golang developers because it does not use standard github PR mechanisms.
There is also some very impressive work by Skinner over at:
https://github.com/dskinner/material
The branch called mediansdf has impressive font improvements.
https://godoc.org/sigint.ca/graphics
../../editor/mouse.go:14: undefined: mouse.ButtonScroll
../../editor/mouse.go:44: e.PreciseScrolling undefined (type mouse.Event has no field or method PreciseScrolling)
../../editor/mouse.go:45: e.ScrollDelta undefined (type mouse.Event has no field or method ScrollDelta)
../../editor/mouse.go:46: e.ScrollDelta undefined (type mouse.Event has no field or method ScrollDelta)
../../editor/mouse.go:49: e.ScrollDelta undefined (type mouse.Event has no field or method ScrollDelta)
../../editor/mouse.go:63: e.Pos undefined (type mouse.Event has no field or method Pos)
../../editor/mouse.go:68: e.Pos undefined (type mouse.Event has no field or method Pos)
../../editor/mouse.go:82: e.Pos undefined (type mouse.Event has no field or method Pos)
All gophers that want a GUI toolkit...
We are doing a bring up that is planned to work on all desktops, mobile and embedded.
Support the following app types::
forms, 2d surface and 3d surface.
Will have:
Material design components, virtual keyboard, cut and paste, audio and video capture and playback.
Intimate gesture control and keyboard mapping.
Printing via pdf
We are right now working out if we use OpenGL or Vulkan.
Also the best immutable data binding approach.
Then the long work on building pixel perfect material design conformance with CI testing of it.
If you interested in forging the approach or have ideas please ping me. The system is not ready for general usage yet so it's better if people that have some golang open GL experience ping me so we can make sure the design covers / considers your needs.
Joeblew99 at Gmail dot com.