Create readme

This commit is contained in:
Sasha Koshka 2022-11-06 15:37:33 -05:00
parent 3abba9d69b
commit f3d0bad959

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# 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](https://github.com/faiface/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.