Hacker News new | ask | show | jobs
by alex-e 3264 days ago
I'm drawing it with OpenGL :)
1 comments

cool!

i wanted to do something like that, di you use something like nanovg o is from scratch?

have you considered doing a small tutorial/blog series, to explain how to do somethign similar or can you raccomend a resource to learning?

From scratch, I was inspired by gxui.

It's very basic right now (you can't even move a cursor with the mouse).

I will definitely write a couple of posts about this!

amazing, i always wondered why people don't create more GUI stuff with Go, the performance of Go is pretty nice and a lot of good multi platform desktop apps could be build using it, keep up the good work!