Hacker News new | ask | show | jobs
by alex-e 3264 days ago
These are basically browsers with multiple tabs open.

Eul is a native desktop app built in Go. It has all your contacts in one place, it's much faster, and it uses an order of magnitude fewer resources.

Very good question about multiple accounts. Not right now, but it will be implemented very soon. This is going to be another unique advantage.

1 comments

What did you use to make the GUI using Go?
I'm drawing it with OpenGL :)
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!