A hand-crafted 2D game library in Go
-
Updated
Aug 22, 2020 - Go
It would be cool if we can add more guides to the guide list in the docs. Currently, there's only the striped-rows guide. From an initial thought, here are some potential guides we can add:
Add a description, image, and links to the window topic page so that developers can more easily learn about it.
To associate your repository with the window topic, visit your repo's landing page and select "manage topics."
One method that is currently missing from
WindowManagerisclient_to_screen(analogous toclient_to_workspace). It should exhibit the same behaviour of being a no-op if the target screen is not available so that end users can write safe keybindings.