From b62d77d34c7bb8ed4bbe76ab5b6a6de7714c6f9c Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Wed, 23 Jan 2019 19:16:02 +0100 Subject: [PATCH] Initial commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a69af7e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# prongs + +Input handling schema written in rust. Backend agnostic, provides serializability, assignment and unified interface for working with inputs. Keyboard, mouse and controllers supported. + +Current backends include Piston and Gilrs with more on the way. \ No newline at end of file