mleku 432340220e Add webgio tool for compiling Gio apps to WASM and serving locally
This commit introduces the `webgio` command, which compiles Gio applications to WebAssembly (WASM) and serves them via an HTTP server. It includes functionality to create a distribution directory, compile the specified main package, and optionally open a web browser to view the application. Additionally, example applications demonstrating the usage of `webgio` are added in the `examples` directory, including a simple "Hello, Gio!" app and a basic WASM test. Documentation for running these examples is also provided in the README file.
2025-10-19 18:59:47 +01:00
2020-12-11 16:42:04 +01:00

Gio - https://github.com/mleku/gio

Immediate mode GUI programs in Go for Linux/X11 and WebAssembly.

Installation, examples, documentation

Go to github.com/mleku/gio.

builds.sr.ht status

Issues

File bugs and TODOs through the issue tracker or send an email to ~eliasnaur/gio@todo.sr.ht. For general discussion, use the mailing list: ~eliasnaur/gio@lists.sr.ht.

Contributing

Post discussion to the mailing list and patches to gio-patches. No Sourcehut account is required and you can post without being subscribed.

See the contribution guide for more details.

An official GitHub mirror is available.

Tags

Pre-1.0 tags are provided for reference only, and do not designate releases with ongoing support. Bugfixes will not be backported to older tags.

Tags follow semantic versioning. In particular, as the major version is zero:

  • breaking API or behavior changes will increment the minor version component.
  • non-breaking changes will increment the patch version component.
Description
Languages
Go 99.9%