All Projects → wtrsltnk → zynlab

wtrsltnk / zynlab

Licence: other
Clone of ZynAddSubFX 2.44 to test some new ui ideas

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
HTML
75241 projects
PHP
23972 projects - #3 most used programming language
CMake
9771 projects
Objective-C++
1391 projects

Projects that are alternatives of or similar to zynlab

tnt
A 2d Game Engine written in C++20.
Stars: ✭ 30 (+76.47%)
Mutual labels:  imgui
rbfx
Game engine with (optional) C# support and WYSIWYG editor.
Stars: ✭ 511 (+2905.88%)
Mutual labels:  imgui
imgui-app
Dear IMGUI + Render + Window handling, amalgamation in two files ready to use
Stars: ✭ 99 (+482.35%)
Mutual labels:  imgui
CSMoE
NO MORE OFFLINE UPDATES
Stars: ✭ 150 (+782.35%)
Mutual labels:  imgui
imgui-java
JNI based binding for Dear ImGui
Stars: ✭ 270 (+1488.24%)
Mutual labels:  imgui
nes-rust
NES emulator in Rust with GUI
Stars: ✭ 78 (+358.82%)
Mutual labels:  imgui
imgui-flame-graph
A Dear ImGui Widget for displaying Flame Graphs.
Stars: ✭ 93 (+447.06%)
Mutual labels:  imgui
imaditor
Image Editor with a UI creatief with ImGui
Stars: ✭ 24 (+41.18%)
Mutual labels:  imgui
ruby-imgui
Yet another ImGui wrapper for Ruby
Stars: ✭ 42 (+147.06%)
Mutual labels:  imgui
lldbg
A lightweight native GUI for LLDB.
Stars: ✭ 83 (+388.24%)
Mutual labels:  imgui
ruby-glfw3
GLFW 3 bindings for Ruby 2.x (Migrated to https://git.sr.ht/~nilium/ruby-glfw3)
Stars: ✭ 25 (+47.06%)
Mutual labels:  glfw3
Swift-imgui
Dear ImGui Swift Wrapper API for macOS and iOS
Stars: ✭ 59 (+247.06%)
Mutual labels:  imgui
rotation master
Provide conversion between the major representations of 3D rotation and visualize the orientation of a rigid body
Stars: ✭ 157 (+823.53%)
Mutual labels:  imgui
BezierCurves2D
An implementation of 2D Bezier Curves in C++ using OpenGL, gl3w, glfw3 and imgui.
Stars: ✭ 41 (+141.18%)
Mutual labels:  imgui
chiagen
standalone chia generator
Stars: ✭ 13 (-23.53%)
Mutual labels:  imgui
feedingbottle
FeedingBottle is a Aircrack-ng GUI, create by Fast Light User-Interface Designer ("FLUID").
Stars: ✭ 26 (+52.94%)
Mutual labels:  fltk
imgui
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
Stars: ✭ 348 (+1947.06%)
Mutual labels:  imgui
DoGUI
Hello DoGUI: (not yet completed) Bloat-free Graphical User interface for C++ with minimal dependencies and a sleek default design
Stars: ✭ 19 (+11.76%)
Mutual labels:  imgui
pubg mobile memory hacking
Pubg Mobile Emulator Gameloop Memory Hacking C++ Source Code. Ex: Name, Cords, Bones, Weapons, Items, Box, Drop, Aimbot etc.
Stars: ✭ 69 (+305.88%)
Mutual labels:  imgui
bgfx-python
Python 3.7+ wrapper for the BGFX library. 🐍
Stars: ✭ 99 (+482.35%)
Mutual labels:  imgui

zynlab

Rearrangement of the zynaddsubfx classes and seperated into libraries.

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:

Screenshot of zyn-studio

Screenshot of zyn-studio

Screenshot of zyn-studio

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].