Skip to content

poveden/ChromaWrapper

Repository files navigation

ChromaWrapper

A .NET wrapper for the Razer Chroma SDK.

Features

  • Provides a lightweight interface to the C++ implementation of the Chroma SDK.
  • Supports the full range of device types:
    • Keyboards
    • Mice
    • Keypads
    • Headsets
    • Mousepads
    • Chroma Link devices
  • Supports both static and custom effects.
  • Built-in capture of SDK notifications.
  • Keeps track of all created effects.

Library requirements

How to use

ChromaWrapper is available as a NuGet package, so you may add it from Visual Studio's "Manage NuGet packages" functionality.

Alternatively, you may add it from the command line by running:

dotnet add package ChromaWrapper

Development requirements

Contributing

Contributions are welcome! Please read on how to contribute.

Code of conduct

We follow the Contributor Covenant Code of Conduct.

Attributions