Michael Fogleman
Michael Fogleman
Not currently working on it. But I might come back to it at some point.
I tried to make it set focus on the proper control when changing notebook tabs, but it doesn't work on Windows. Works fine on Mac. Will continue to look into...
This is an issue with the latest Go version. https://blog.golang.org/go116-module-changes You can run this as a workaround: go env -w GO111MODULE=auto
Unfortunately, this code isn't really suited for rendering moving points.
Cool!
Good question. Looks like I only did that on a branch: https://github.com/fogleman/fauxgl/commit/52b69ba17a2b8fd3cdf0dca523f320dfe186a68e
@ajeecai It writes a file to the current working directory called `out.png`
I think I have some code elsewhere in another codebase that does that already, I'll have to dig it up.
Haven't had time yet, but the code is here: https://github.com/fogleman/ln/blob/master/ln/mesh.go#L85-L107
The themes were from an old version that used webkit to render the popups with html. The latest code uses native controls instead, so there are no themes anymore.