2022-11-06 13:37:33 -07:00
|
|
|
# stone
|
|
|
|
|
|
|
|
Stone is a backend-agnostic application framework designed to:
|
|
|
|
|
2022-11-12 10:40:08 -07:00
|
|
|
- Combine the simplicity and ease of development inherent to TUI programs with the extended capabilities of GUI programs
|
2022-11-06 13:37:33 -07:00
|
|
|
- Be adaptable to run virtually anywhere
|
|
|
|
|
|
|
|
Currently, the only supported backend is
|
2022-11-12 10:40:08 -07:00
|
|
|
[X](https://github.com/jezek/xgbutil), but it is very easy to write and link
|
2022-11-06 13:37:33 -07:00
|
|
|
your own. Stone will automatically run through the list of registered backends
|
|
|
|
and instantiate the first one that doesn't throw an error.
|