2986c8fd0378ce2e30fe0c609317a36544e27ecf
Reviewed-on: #2
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.
Description
Languages
Go
100%