From f3d0bad959d9386c896d6666fe2f51421e8eaaa6 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sun, 6 Nov 2022 15:37:33 -0500 Subject: [PATCH] Create readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb858b7 --- /dev/null +++ b/README.md @@ -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.