I have been asked to port my Windows GUI using Go

Hello!

I’m new to golang and programming in general. I have experience building Windows GUI applications using C# and visual studio’s drag n’ drop which is great. I already have a very basic GUI coded in visual studio/C# that I would like to try to port to golang if possible.

I’ve noticed there are a few 3rd party libraries that work on multiple environments (Linux, OSX, Windows). But there are also one specific library that seems to focus on Windows only (lxn/walk)

Before I dig deeper into a 3rd party library to build my windows-only GUI - I wanted to ask here is lxn/walk is the easiest and most complete library to build a decent Windows GUI that could come close to what I already have coded in C#?

Thanks!

i didn’t tested but recently i saw this project.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.