The GoGi GUI system https://github.com/goki/gi has now been released at version 
1.0 -- the 3D framework is now in place and interoperates with the 2D framework 
(including embedding 2D in 3D scenes), and everything is working reliably so we 
can keep the API stable from this point onward.  There are lots examples and 
further docs on github.

The Gide IDE https://github.com/goki/gide, which serves as a kind of continuous 
testing system for GoGi, is also significantly updated and now fully 
functional, including a GUI debugger interface to delve, good completion & 
lookup for Go, git log, diff, blame views, etc.

And if you're interested in learning about biologically-based neural network 
models of the brain, the emergent package https://github.com/emer/emergent is 
the main driver for all this stuff, especially the need for an integrated 2D 
and 3D GUI.  We've now survived a few different undergrad classes with this 
system, so it has been reasonably well stress-tested.

The emer repository also has etable: https://github.com/emer/etable which 
provides a pandas / xarray (Python) like data table / frame based on 
row-aligned tensor columns, which could be of general use -- it implements 
Apache Arrow Table and gonum matrix interfaces, and provides GUI interfaces for 
table data and an interactive GUI wrapper around gonum plots, along with lots 
of other standard data management functionality.

Finally, both GoGi and emergent can be accessed through python via 
https://github.com/go-python/gopy -- this allows Go to be a nice "backend" to 
python scripts, which automatically gain full access to the entire Go-based API 
-- the next step here is to write a Go-to-Python translator to more easily 
support python users for final main-package code...

- Randy

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/0BC0F05B-135D-4E67-B6E3-9C0A3F4FFFF8%40gmail.com.

Reply via email to