All Projects → chroma-sdk → Colore

chroma-sdk / Colore

Licence: mit
A powerful C# library for Razer Chroma's SDK

Projects that are alternatives of or similar to Colore

Computesharp
A .NET 5 library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
Stars: ✭ 982 (+711.57%)
Mutual labels:  library, netstandard, nuget, dotnet-core
Raft.net
Implementation of RAFT distributed consensus algorithm among TCP Peers on .NET / .NETStandard / .NETCore / dotnet
Stars: ✭ 112 (-7.44%)
Mutual labels:  netstandard, dotnet-standard, dotnet-core, netcore
Vanara
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
Stars: ✭ 544 (+349.59%)
Mutual labels:  dotnet-standard, nuget, interop
Tweetinvi
Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
Stars: ✭ 812 (+571.07%)
Mutual labels:  dotnet-standard, dotnet-core, netcore
Weixinmpsdk
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Stars: ✭ 7,098 (+5766.12%)
Mutual labels:  sdk, nuget, dotnet-core
Tusdotnet
.NET server implementation of the Tus protocol for resumable file uploads. Read more at https://tus.io
Stars: ✭ 298 (+146.28%)
Mutual labels:  dotnet-standard, nuget, dotnet-core
Canvasapi
Python API wrapper for Instructure's Canvas LMS. Easily manage courses, users, gradebooks, and more.
Stars: ✭ 306 (+152.89%)
Mutual labels:  api, wrapper, hacktoberfest
Steeltoe
Steeltoe .NET Core Components: CircuitBreaker, Configuration, Connectors, Discovery, Logging, Management, and Security
Stars: ✭ 612 (+405.79%)
Mutual labels:  netstandard, dotnet-standard, dotnet-core
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+8688.43%)
Mutual labels:  api, hacktoberfest, sdk
Libgui
Buttons & Co
Stars: ✭ 78 (-35.54%)
Mutual labels:  api, hacktoberfest, library
Amadeus Node
Node library for the Amadeus Self-Service travel APIs
Stars: ✭ 91 (-24.79%)
Mutual labels:  api, library, sdk
Mockqueryable
Moking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
Stars: ✭ 281 (+132.23%)
Mutual labels:  dotnet-standard, dotnet-core, netcore
Fluentresults
A generalised Result object implementation for .NET/C#
Stars: ✭ 266 (+119.83%)
Mutual labels:  hacktoberfest, dotnet-standard, dotnet-core
Gofer.net
Easy C# API for Distributed Background Tasks/Jobs for .NET Core.
Stars: ✭ 383 (+216.53%)
Mutual labels:  netstandard, dotnet-core, netcore
ColorPicker
Customizable Color Picker control for WPF
Stars: ✭ 57 (-52.89%)
Mutual labels:  nuget, colors, rgb
dark-sky-core
A .NET Standard Library for using the Dark Sky API.
Stars: ✭ 55 (-54.55%)
Mutual labels:  nuget, netcore, netstandard
Coinbasepro Csharp
The unofficial .NET/C# client library for the Coinbase Pro/GDAX API
Stars: ✭ 143 (+18.18%)
Mutual labels:  api, wrapper, library
Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
Stars: ✭ 2,864 (+2266.94%)
Mutual labels:  api, nuget, dotnet-core
Js Api Client
Typeform API js client
Stars: ✭ 51 (-57.85%)
Mutual labels:  api, hacktoberfest, sdk
Discord.jl
The Julia Discord API Wrapper
Stars: ✭ 93 (-23.14%)
Mutual labels:  api, wrapper, library

Colore

MIT License Latest GitHub release NuGet package

A powerful and elegant C# library for Razer Chroma's SDK.

GitHub AppVeyor Travis
master Workflow status Build status TravisCI Status
develop Workflow status Build status TravisCI Status
master Test status Codecov coverage CodeFactor
develop Test status Codecov coverage CodeFactor

Getting started

If you are a new developer and are looking for a helpful guide on how to get started, head on over to the documentation which describes getting Colore installed and running some example code.

Contributing

Discussions Discord

For discussing, you can discuss right here in the repo or join the Razer Community Discord server using the badges above. If you want to join the Slack chat, contact Adam Hellberg ([email protected]).

Contributors are very welcome! If you have code fixes, please submit a pull request here on GitHub.

If you want to join the development team, please contact Sharparam on GitHub.

All authors and contributors are listed in the AUTHORS file. Feel free to add yourself to this file under a relevant section in your pull request.

Please read the CONTRIBUTING.md file before making a pull request.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Copyright © 2015-2021 by Adam Hellberg and Brandon Scott.

This project is licensed under the MIT license, please see the file LICENSE for more information.

Razer is a trademark and/or a registered trademark of Razer USA Ltd. All other trademarks are property of their respective owners.

Installing

Using Colore in your project is simple, all you have to do is install it with NuGet!

Install-Package Colore

Or using the .NET CLI tools:

dotnet add package Colore

You can also search for it in Visual Studio by right clicking your project and choosing "Manage NuGet Packages..." and install it the GUI way.

Pre-releases

New release candidate versions will be uploaded to NuGet and marked as pre-releases there (vX.Y.Z-rcDDDD).

You can also find pre-release versions for Colore and any additional extensions in the GitHub package registry. The GitHub package registry will be the place where you'll always find the most bleeding edge packages.

Extensions

The WPF and WinForms extension packages for Colore are not yet available for the new Colore version, but will be on NuGet soon™, so stay tuned!

Using

Obtain a reference to an IChroma instance by calling Colore.ColoreProvider.CreateNative().

This instance initializes the Chroma SDK so it is important you save this reference for the lifetime of your application! If you need to dispose of it and obtain a new one later, be sure to call the uninitialize method first!

Colore supports binding to both the native Chroma SDK and the REST API. To use the REST API, create an IChroma instance by calling Colore.ColoreProvider.CreateRestAsync(AppInfo). The REST API requires information about your application, so you'll have to pass an instance of AppInfo to CreateRestAsync containing details about your application or game.

For a more in-depth guide on how to get started, check out our wiki.

For more information on the native and REST SDKs that Colore uses, check out Razer's official page for the Chroma SDK and their page about SDK tools.

Dependencies

Colore depends on the Razer Chroma SDK (RzChromaSDK64.dll or RzChromaSDK.dll).

The Razer Chroma SDK is provided by Razer and installed together with the Synapse application. More information can be read on their website.

Other dependencies are installed via NuGet and listed in each project file.

Building

Colore supports building for multiple target frameworks. At the moment, these are .NET Standard 1.3 and .NET Framework 4.5.1. When building the project, DLLs for both frameworks will be generated in the output folders, under the folder names netstandard1.3 and net451. Use the ones fitting for your application.

The below examples compiles Colore in Release mode.

.\build.ps1 -Configuration Release

You can also use the "CI" build target to generate the same artifacts made available for each release of Colore.

.\build.ps1 -Configuration Release -Target CI

You will find the resulting artifact files under the artifacts folder in the root of the repository.

Note that the above commands are executed with PowerShell. If you are building on a Linux system or macOS, use the build.sh script in place of build.ps1 (you may have to make it executable first with chmod +x build.sh).

Native Documentation

As Colore is built upon the native Chroma SDK for C++, it can be worth taking a look at their documentation.

REST Documentation

Colore's REST mode is built on Razer's official REST API, which has its own documentation.

Razer Chroma Workshop

Many of the games and apps featured on the Razer Chroma Workshop have used the Colore library.

The official Razer Chroma Workshop is your one-stop-shop to get the most out of your Chroma devices. Whether it's smart lighting based on in-game events, standalone apps or stunning profiles created by fans around the world, the Chroma Workshop is where you can explore, download and even share your own creations.

Games using Colore

The following games (powered by Unity) are using Colore:

DubWars Masquerada: Songs and Shadows Nevermind Please, Don't Touch Anything 3D Starcrawlers The Little Acre

Projects using Colore

Aurora - Unified lighting effects across multiple brands and various games. (GitHub)

There may be others we are unaware of, so please let us know if there are any others.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].