Hacker News new | ask | show | jobs
by discussedbefore 2955 days ago
Another option (C++ LGPL w/ Lua,JS bindings): https://github.com/yue/yue

Other projects building on andlabs/ui and https://github.com/parro-it/libui-node:

https://github.com/mimecorg/vuido - vue

https://github.com/kusti8/proton-native - react

3 comments

This is very, very interesting.

It allows to build the whole UI using HTML, CSS and JS and leverage it with all the tooling and libraries already built for the web.

I had my eye on yue, but it does not seem that a Golang port exists. Persoanally I would like a guide (hints) to port it to Golang or other language.
There's a golang wrapper for libui written by the same author [1], if that's of interest. Same standard of documentation, though.

[1]: https://github.com/andlabs/ui

This is great, and they're fully documented. Thanks.