A backend-agnostic application framework
Go to file
2022-11-11 14:51:08 -05:00
assets Added icon setting 2022-11-10 02:02:08 -05:00
backends Remove fakeImage struct and replace with image.Uniform 2022-11-11 14:51:08 -05:00
examples/hello Added icon setting 2022-11-10 02:02:08 -05:00
application.go Remove fakeImage struct and replace with image.Uniform 2022-11-11 14:51:08 -05:00
backend.go Added icon setting 2022-11-10 02:02:08 -05:00
buffer.go Mouse input works 2022-11-06 15:59:06 -05:00
config.go Added some documentation 2022-11-09 01:01:13 -05:00
event.go Return channel from run method 2022-11-09 01:18:56 -05:00
go.mod Remove fakeImage struct and replace with image.Uniform 2022-11-11 14:51:08 -05:00
go.sum Remove fakeImage struct and replace with image.Uniform 2022-11-11 14:51:08 -05:00
input.go input.go no longer depends on glfw 2022-11-02 15:14:26 -04:00
README.md Create readme 2022-11-06 15:37:33 -05:00

stone

Stone is a backend-agnostic application framework designed to:

  • Combine the simplicity of developing TUI programs with the input capabilities of GUI programs
  • Be adaptable to run virtually anywhere

Currently, the only supported backend is pixel, 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.