webui icon indicating copy to clipboard operation
webui copied to clipboard

possible to use webui with golang

Open passerbyo opened this issue 2 years ago • 1 comments

passerbyo avatar Jul 08 '22 01:07 passerbyo

Yes you can, Golang can use C++ libraries, and also cWebUI has necessary exports if needed. I will probably write an example for Golang soon.

hassandraga avatar Jul 08 '22 03:07 hassandraga

You can now build WebUI 2.0 with your favorite C compiler, and use Golang to load the DLL. I will write an example soon.

hassandraga avatar Sep 25 '22 00:09 hassandraga

Now the Go wrapper use the static version of WebUI. https://github.com/alifcommunity/webui/tree/main/examples/Go/hello_world

hassandraga avatar Oct 20 '22 00:10 hassandraga