-
My primary motivation is to have a "Try It" area on the Alda website, similar to what you find on [the Haskell website](https://haskell.org), where you can enter snippets of Alda code, press a "play" …
-
I like your simple approach . It’s very clean .
Also your using a web socket lib that works on everything including when I compile to wasm
so I don’t know if you are into the idea but you can …
-
Hi, I'm doing these tutorials, they are great.
But I think they are out of date, the Circle has been removed from the package gioui.org/op/clip
here:
https://github.com/gioui/gio/commit/653463927…
-
Getting the following error when I try to run the Eggtimer Blank window. The window runs briefly and then immediately closes. I can run the hello test from gioui.org perfectly. so don't think it's a m…
-
I'm working on a WebAssembly port of [Gio](https://gioui.org), using WebGL for drawing. Some WebGL functions such as [bufferData](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext…
-
Running `d8` from the `build-tools` package gives me:
```
/nix/store/nsnsy63z4i882kqp7nfym6859zhcv0h2-android-sdk-env/share/android-sdk/build-tools/31.0.0/d8 --lib /nix/store/nsnsy63z4i882kqp7nfym…
-
I gave it a shot anyway to see ....
IOS:
```
gogio -o godcr.app -target ios .
xcrun simctl install booted godcr.app
```
![Screenshot 2022-04-22 at 12 19 43](https://user-images.githubu…
-
-
Would be good to have a basic example to exercise the code.
very intrigued to see how the entity graph performs.
Some golang frameworks i use to do this type of things
GIO - https://github.co…
-
I'm investigating whether [Gio](https://gioui.org) can run on TinyGo. After replacing references to [UnsafeAddr](https://pkg.go.dev/reflect#Value.UnsafeAddr), I ran into
```
$ tinygo version
tiny…