c93ca17fe5b80b04f2f2782eb6fa6bdc834c81c8
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.
Description
Languages
Go
100%