hyperion.ng/libsrc/hyperion
redPanther adfe2a4b23 effects included in hyperiond binary as qtResource (#237)
* implement effects included in hyperiond  binary

* cleanup

* remove install of effects dir. People who wants to develop effects has to copy them from github
effect params for initial effects can be changed in config permanently and other effect params can be changed
via json (currently only temporarily)

* fix schema of fadecandy
webui fix display of specific led options

* add leddevice write support

* cleanup

* webui: tune hue code

* when use json effect definition from putsiede hyperiond but want to use py script from inside hyperiond use ad a :
e.g. fade.py needs a fade.py near the json file, but :fade.py is taken from resource inside hyperiond

* add ability to di

* add abiloty to diable effcts via hyperion config

* use effect name instead of script in active effects and prio register

* finally solve open file handle during effect is playing. Now script is read before, then file closed and then t is run by python

* fix some webui things
- led config tabs
- inital loading screen

optimize qrc file generation
fix compile warning in hyperion.cpp

* cleanup

* more cleanup
2016-09-13 11:51:16 +02:00
..
CMakeLists.txt Webui: extend led hardware config + connection lost page (#226) 2016-09-07 20:10:37 +02:00
ComponentRegister.cpp Webui: extend led hardware config + connection lost page (#226) 2016-09-07 20:10:37 +02:00
GrabberWrapper.cpp Webui: extend led hardware config + connection lost page (#226) 2016-09-07 20:10:37 +02:00
Hyperion.cpp effects included in hyperiond binary as qtResource (#237) 2016-09-13 11:51:16 +02:00
hyperion.schema.json effects included in hyperiond binary as qtResource (#237) 2016-09-13 11:51:16 +02:00
ImageProcessor.cpp enable components at runtime + grabber refactoring (#160) 2016-08-11 07:13:55 +02:00
ImageProcessorFactory.cpp remove include of cmath lib 2016-02-11 12:55:41 -06:00
ImageToLedsMap.cpp make blackboder component enable/disable at runtime (#228) 2016-09-08 16:32:42 +02:00
LedString.cpp Added doxygen comments 2013-09-06 19:26:58 +00:00
LinearColorSmoothing.cpp Update LinearColorSmoothing.cpp 2016-09-08 18:07:57 +02:00
LinearColorSmoothing.h make blackboder component enable/disable at runtime (#228) 2016-09-08 16:32:42 +02:00
MessageForwarder.cpp Webui: extend led hardware config + connection lost page (#226) 2016-09-07 20:10:37 +02:00
MultiColorAdjustment.cpp refactoring of RgbChannelAdjustment (#79) 2016-07-02 14:00:48 +02:00
MultiColorAdjustment.h common ledbuffer for color transform (#77) 2016-07-01 23:20:41 +02:00
MultiColorCorrection.cpp Filter rework, next step (#82) 2016-07-04 00:43:41 +02:00
MultiColorCorrection.h common ledbuffer for color transform (#77) 2016-07-01 23:20:41 +02:00
MultiColorTransform.cpp common ledbuffer for color transform (#77) 2016-07-01 23:20:41 +02:00
MultiColorTransform.h common ledbuffer for color transform (#77) 2016-07-01 23:20:41 +02:00
PriorityMuxer.cpp sourceOff feature + small json refactoring (#151) 2016-08-06 08:28:42 +02:00
resource.qrc Fixed schema from resource in static lib 2013-08-22 19:32:40 +00:00