Randall O'Reilly
unread,Mar 22, 2019, 6:13:49 AM3/22/19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GoKi-Gi
You probably got the spam already but just in case: there is a new official release of GoGi and the rest of the related GoKi code.
Added a much simpler set of methods for constructing the GUI: AddNewX (e.g., AddNewButton, etc) — reduces all the extra redundant “stutter” in typing Button so many times, as was required when using the native ki.AddNewChild method (which these methods are just a wrapper for).
Also, you can now use the GoGi gui within Python, via the goki/gopy python wrapping system (forked from go-python/gopy — they’re being pretty slow in accepting the PR). See the python directory in goki/gi for more info, and the examples/widgets/widgets.py for the python version of that demo.
Finally, I also fixed a major annoying issue with Mac 10.14 (Mojave) which was requiring you to resize windows to get the proper display.
Next up is the 3D system, likely based on Vulkan. Cheers,
- Randy