Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 12 hours 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 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T16:19:03.000Z (about 1 year ago)
- Last Synced: 2023-10-27T17:29:09.001Z (about 1 year ago)
- Topics: cmake, cpp, fltk, glfw3, imgui, zynaddsubfx
- Language: C
- Homepage:
- Size: 11.5 MB
- Stars: 20
- Watchers: 2
- 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.gitmkdir 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:
![Screenshot of zyn-studio](screenshots/20190124.png)
![Screenshot of zyn-studio](screenshots/20190109.png)
![Screenshot of zyn-studio](screenshots/20181224.png)