MacroController
An experimental macro interpretation module written in Node.
Important Notice:
What is this?
The goal of this project is to build a self-written macro interpretation module, similar (but by far not that feature rich) to the Macro Module of Razer Synapse.
This module offers both, a command-line interface and a library module, so you can either use this project right out of the box or extend it by using the exposed Api.
Building
Build Requirements:
- Node 14
- Yarn
Note: In theory you should also be able to build this module on non Windows operating systems, but this is untested and won't be tested in the future as this project's target audience is Windows.
To build the project run:
yarn build
To build a native executable run:
yarn build:native:v14
Module Api
TODO: This is still work in progress...
License
Copyright (c) 2018 - 2020 - PDDStudio & Contributors - MIT Licensed