Skip to content

kigster/librgb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

librgb

**C/C++ Library for RGB color manipulation, and a sample project utilizing CMake and gTest.

build status

Building It

  git clone git@github.com:kigster/librgb.git
  cd librgb
  git submodule init && git submodule update
  cmake .
  make

You, even simpler, after submodule init/update:

./.travis.sh

The build produces three artifacts:

  • ./test/src/runColorFaderTests (Google Tests which you can run)
  • ./ColorFader_run (Example using the library)
  • ./librgb/librgb.dylib (shared library)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kigster/librgb.

License

The gem is available as open source under the terms of the MIT License.

About

C/C++ Library for RGB color manipulation and effects. The intention is to make it possible to use the library for Arduino-based projects. Current status: pre-Alpha.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages