From 1cafd27d33716f43967b9d3f020e89d0e7db5b89 Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 23 Feb 2021 13:15:10 +0500 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..21066c5 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# cheap-glkote + +This is an abstract implementation of the [GlkOte](https://github.com/erkyrath/glkote) library interface designed to be used with [Emglken](https://github.com/curiousdannii/emglken).
+Can be used in Node.js or in a web browser. + +This repository includes examples of [stdio implementation](https://github.com/He4eT/cheap-glkote/blob/master/src/stdio.js) and [integration with Emglken](https://github.com/He4eT/cheap-glkote/blob/master/tests/player.stdio.js). + +## Inspired or powered by + +- [glkote-term](https://github.com/curiousdannii/glkote-term) +- [GlkOte](https://github.com/erkyrath/glkote) +- [Cheapglk](https://github.com/erkyrath/cheapglk) +- [Emglken](https://github.com/curiousdannii/emglken)