Skip to content

stickoking/librazermacos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

librazermacos

Important Note

This is not the original repo the original repo is from 1kc/librazermacos I forked this repo to maintain it as the original seems to be abandoned.

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • Makefile 0.4%