Add info about X backend to readme
This commit is contained in:
parent
47ee6545cb
commit
f02eb348ea
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
Stone is a backend-agnostic application framework designed to:
|
Stone is a backend-agnostic application framework designed to:
|
||||||
|
|
||||||
- Combine the simplicity of developing TUI programs with the input capabilities
|
- Combine the simplicity and ease of development inherent to TUI programs with the extended capabilities of GUI programs
|
||||||
of GUI programs
|
|
||||||
- Be adaptable to run virtually anywhere
|
- Be adaptable to run virtually anywhere
|
||||||
|
|
||||||
Currently, the only supported backend is
|
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
|
your own. Stone will automatically run through the list of registered backends
|
||||||
and instantiate the first one that doesn't throw an error.
|
and instantiate the first one that doesn't throw an error.
|
||||||
|
Loading…
Reference in New Issue
Block a user