# install dependencies
sudo apt-get install -y clang pkg-config libfftw3-dev libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libsdl2-dev git
# clone and compile build tool `coddle`
git clone https://github.com/coddle-cpp/coddle.git && cd coddle && ./build.sh
# install `coddle`
sudo ./deploy.sh
cd ..
# clone and build melonix
git clone https://github.com/mika314/melonix.git && cd melonix && coddle
# run
./melonix
forked from mika314/melonix
-
Notifications
You must be signed in to change notification settings - Fork 0
[WIP] Pitch correction application written using ImGui and OpenGL 3
License
bolkaaa/melonix
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
[WIP] Pitch correction application written using ImGui and OpenGL 3
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 80.4%
- C 19.6%
