Simple examples of programs using the gruid UI framework.
Find a file
2025-08-11 10:02:47 +00:00
menu migrating to codeberg 2023-08-23 07:56:52 +00:00
messages migrating to codeberg 2023-08-23 07:56:52 +00:00
movement update a couple of deprecated usages 2025-08-11 10:02:47 +00:00
pager update a couple of deprecated usages 2025-08-11 10:02:47 +00:00
textinput migrating to codeberg 2023-08-23 07:56:52 +00:00
.gitignore put gruid examples in their own module 2021-02-19 12:49:48 +00:00
go.mod update dependencies to the latest 2025-08-11 10:00:52 +00:00
go.sum update dependencies to the latest 2025-08-11 10:00:52 +00:00
LICENSE update drivers to last version, and add LICENSE 2021-02-19 13:19:47 +00:00
README.md add README 2021-02-19 12:53:59 +00:00

gruid-examples

This module contains examples of programs using gruid.

Most examples show how to use widgets in the ui package. There is also the movement example, that shows how to implement movement and use field of view on a procedurally generated map, which may be of interest to roguelike developpers.