Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Interface approach #2

Closed
nyue opened this issue Apr 24, 2021 · 1 comment
Closed

User Interface approach #2

nyue opened this issue Apr 24, 2021 · 1 comment

Comments

@nyue
Copy link

nyue commented Apr 24, 2021

Hi,

I would like to build a simple diagramming application where the bulk of the 2D drawing are done in canvas.

For the UI (I am looking to use buttons, dropdown menus, slider bars, check boxes and text/numeric fields), what libraries would work well with canvas ?

Cheers

@fzipp
Copy link
Owner

fzipp commented May 5, 2021

Hi,

thanks for your interest in this project.

It would certainly be possible to implement a simple UI widget library on top of this module, but something like that doesn't exist yet. I only very recently released this project to the public. I don't think a lot of people use it right now, and I am not aware of any libraries built on top of it.

There are GUI toolkit efforts for Go like Fyne or Gio that use native rendering backends, and of course Go bindings for toolkits like GTK exist.

I could also imagine a project similar to this that uses WebSockets to communicate with HTML DOM elements in a browser, for example form input elements, but that would be a different project.

@fzipp fzipp closed this as completed May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants