https://github.com/wtrsltnk/zynlab
Clone of ZynAddSubFX 2.44 to test some new ui ideas
https://github.com/wtrsltnk/zynlab
cmake cpp fltk glfw3 imgui zynaddsubfx
Last synced: 7 months ago
JSON representation
Clone of ZynAddSubFX 2.44 to test some new ui ideas
- Host: GitHub
- URL: https://github.com/wtrsltnk/zynlab
- Owner: wtrsltnk
- Created: 2016-08-24T19:51:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T21:26:16.000Z (over 1 year ago)
- Last Synced: 2025-04-03T05:12:40.870Z (about 1 year ago)
- Topics: cmake, cpp, fltk, glfw3, imgui, zynaddsubfx
- Language: C
- Homepage:
- Size: 11.6 MB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zynlab
Rearrangement of the zynaddsubfx classes and seperated into libraries.
First run cmake, then build the "fluid" target (so fluid.exe is available) then re-run cmake.
```
set root_dir=%CD%
set "root_dir=%root_dir:\=/%"
git clone https://github.com/wtrsltnk/zynlab.git --recursive
git clone https://github.com/wtrsltnk/zynaddsubfx-deps.git
mkdir zynlab-build
cd zynlab-build
cmake -DCMAKE_PREFIX_PATH=%root_dir%/zynaddsubfx-deps/mingw-32bit -DCMAKE_MODULE_PATH=%root_dir%/zynaddsubfx-deps/mingw-32bit/cmake-modules -G "MinGW Makefiles" ../zynlab
cmake --build ./
cd ../
robocopy "zynaddsubfx-deps/mingw-32bit/bin" zynlab-build/app *.dll
robocopy "zynaddsubfx-deps/mingw-32bit/bin" zynlab-build/app.threedee *.dll
```
Build FLTK for vc++ ::
```
cmake -G "Visual Studio 16 2019" -D CMAKE_BUILD_TYPE=Release` -D FLTK_BUILD_TEST=OFF -D OPTION_BUILD_HTML_DOCUMENTATION=OFF -D OPTION_BUILD_PDF_DOCUMENTATION=OFF -D "CMAKE_INSTALL_PREFIX=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133" ..
cmake --build .
cmake --install .
```
Also added some UI ideas:


