An open API service indexing awesome lists of open source software.

https://github.com/chances/duk-vis

A JavaScript driven music visualizer
https://github.com/chances/duk-vis

audio-visualizer cinder duktape scripting

Last synced: 1 day ago
JSON representation

A JavaScript driven music visualizer

Awesome Lists containing this project

README

          

# DukVis

A JavaScript driven music visualizer powered by lots of useful C++ libraries:

* [Duktape](https://github.com/svaarala/duktape) - a Lua-like embeddable JavaScript engine
* [Cinder](github.com/cinder/Cinder) - a peer-reviewed, free, open source C++ library for creative coding.
* [RxCpp](https://github.com/Reactive-Extensions/RxCpp) - Reactive Extensions for C++

### Getting started was configuration hell...

Another painful foray into the depths of wrangling C++

Dependencies, includes, frameworks, oh my!