[go-nuts] Announcing etk - Ebitengine tool kit for creating graphical user interfaces

2024-01-18 Thread Trevor Slocum
etk[0] is a library for the Ebitengine[1] game engine that simplifies creating graphical user interfaces. Boxcars[2] uses etk to greatly simplify UI development, as its single codebase targets web, desktop and Android. 0. https://code.rocket9labs.com/tslocum/etk 1. https://ebitengine.org 2. http

Re: [go-nuts] How could we emulate condition variables using Go channels only?

2024-01-18 Thread 'Bryan C. Mills' via golang-nuts
Now with tests (copied from https://cs.opensource.google/go/go/+/master:src/sync/cond_test.go;drc=4a3071696ddfb13e1a8f35f76197b7b3143492f4): https://go.dev/play/p/BpLBYsSSqn2?v=gotip On Wednesday, January 17, 2024 at 5:38:18 PM UTC-5 Bryan C. Mills wrote: > Perhaps something like this: > https: