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
- Host: GitHub
- URL: https://github.com/chances/duk-vis
- Owner: chances
- License: mit
- Created: 2016-02-24T14:00:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T22:34:28.000Z (over 10 years ago)
- Last Synced: 2025-02-27T00:41:25.302Z (over 1 year ago)
- Topics: audio-visualizer, cinder, duktape, scripting
- Language: C++
- Size: 9.45 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!