A backend-agnostic application framework
Go to file
2022-11-14 15:58:34 -05:00
assets
backends/x Made separate function for converting keycode to keysym 2022-11-14 15:58:34 -05:00
examples Added text input example (non-working) 2022-11-13 22:28:44 -05:00
application.go
backend.go
buffer.go
config.go
event.go
go.mod
go.sum
input.go Added keyboard input 2022-11-13 23:47:35 -05:00
README.md Add info about X backend to readme 2022-11-12 17:40:08 +00:00

stone

Stone is a backend-agnostic application framework designed to:

  • Combine the simplicity and ease of development inherent to TUI programs with the extended capabilities of GUI programs
  • Be adaptable to run virtually anywhere

Currently, the only supported backend is X, but it is very easy to write and link your own. Stone will automatically run through the list of registered backends and instantiate the first one that doesn't throw an error.