Skip to content

ChaotenHG/JChroma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JChroma - ChromaSDK for Java [WIP]

JChroma allows to use the Razer Chroma SDK for Razer devices with Java

Requirements

In order to use the library, one must:

  1. Install the ChromaSDK (if not done already) Link
  2. Have a Razer device to test it on

Quick example

Showing the wave animation from left to right:

chroma = JChroma.getInstance();
chroma.init();
chroma.createKeyboardEffect(new WaveKeyboardEffect(WaveDirection.LEFT_TO_RIGHT));

// ...
// Other awesome code
// ...

chroma.free();

About

Razer ChromaSDK for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%