Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggerganov/wave-gui
Yet another data-over-sound tool
https://github.com/ggerganov/wave-gui
cpp data-over-sound ecc imgui
Last synced: 10 days ago
JSON representation
Yet another data-over-sound tool
- Host: GitHub
- URL: https://github.com/ggerganov/wave-gui
- Owner: ggerganov
- License: mit
- Created: 2017-08-27T08:24:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T19:05:51.000Z (about 3 years ago)
- Last Synced: 2024-10-03T13:51:45.431Z (3 months ago)
- Topics: cpp, data-over-sound, ecc, imgui
- Language: C++
- Size: 58.6 KB
- Stars: 90
- Watchers: 6
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/ggerganov/wave-gui.svg?branch=sdl)](https://travis-ci.org/ggerganov/wave-gui?branch=sdl)
# wave-gui
Yet another data-over-sound tool[**Live demo *(Chrome only)***](https://wave-gui.ggerganov.com)
Videos:
## Building & running
git clone https://github.com/ggerganov/wave-gui
cd wave-gui
git submodule update --init
make
./build/main/wave-gui## Dependencies
- [GLFW3](http://www.glfw.org)
- [FFTW](http://www.fftw.org)
- [SDL2](https://www.libsdl.org)
- [ImGui](https://github.com/ocornut/imgui) (git submodule)## Thanks
Mike Lubinets (https://github.com/mersinvald) for the Reed-Solomon error correction library