volskaya / librazermacos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

librazermacos

C library of openrazer drivers ported to macOS.

Exposed as a shared/dynamic library - librazermacos.so to provider interoperability with various frontends.

Includes a sample CLI implementation in C to demonstrate driver function calls.

To build the shared library and sample cli

make

Running the CLI

./sample_cli

To build the shared library only.

make librazermacos.so

razer-macos frontend

razer-macos does not actually build librazermacos.so, instead the drivers are built by binding.gyp.

About

License:GNU General Public License v2.0


Languages

Language:C 99.6%Language:Makefile 0.4%