x-backend #2

Merged
sashakoshka merged 34 commits from x-backend into main 2022-11-14 21:40:25 -07:00
Showing only changes of commit f02eb348ea - Show all commits

View File

@ -2,11 +2,10 @@
Stone is a backend-agnostic application framework designed to:
- Combine the simplicity of developing TUI programs with the input capabilities
of GUI programs
- 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
[pixel](https://github.com/faiface/pixel), but it is very easy to write and link
[X](https://github.com/jezek/xgbutil), 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.