From 229d43bd90283c5925a9f6972f97d44022c768ed Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Wed, 25 May 2022 18:01:48 +1000 Subject: Add goals + licence to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5338d33..f9571cd 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,18 @@ $ ./clak That's it. +## Goals + +- [ ] Cross-platform + - [x] Windows + - [ ] Linux + - Half complete. Would like to clean up and even not use SDL if possible + - [ ] macOS +- [ ] Dynamically extensible + - Load plugins via dll/so/dylib +- [ ] Allow passing of keystrokes in standard format + - [ ] Warn user if we are capturing keystrokes to the plugin + ## Requirements Should work on Windows and Linux. @@ -60,3 +72,7 @@ To build the boards: $ cd board $ make ``` + +## Licence + +[BSD 2-Clause](./LICENCE) -- cgit