-
Notifications
You must be signed in to change notification settings - Fork 0
1. Installation
Jgocunha edited this page Oct 30, 2024
·
1 revision
Each dependency has its own install instructions in the provided links. I recommend checking those out - some dependencies might not have been listed here.
vcpkg vcpkg
- Install vcpkg.
- Ensure you have defined the
VCPKG_ROOT
directory environment variable.
CoppeliaSim C++ Client coppeliasim-cpp-client
-
git clone https://github.com/Jgocunha/coppeliasim-cpp.git
. - Open
coppeliasim-cpp-client
folder and runbuild.bat
. - Afterward run
install.bat
.
imgui-platform-kit imgui-platform-kit
-
git clone https://github.com/Jgocunha/imgui-platform-kit.git
. - Open
imgui-platform-kit
folder and runbuild.bat
. - Afterward run
install.bat
.
Dynamic Neural Field Composer dynamic-neural-field-composer
-
git clone https://github.com/Jgocunha/dynamic-neural-field-composer.git
. -
Important
git checkout degeneration-stable-version
. - Open
dynamic-neural-field-composer
folder and runbuild.bat
. - Afterward run
install.bat
.
-
git clone https://github.com/Jgocunha/dynamic-neural-field-degeneration.git
. -
git checkout inducing-degeneration
orgit checkout recovering-from-degeneration
orgit checkout coppeliasim-integration
. - Open
dynamic-neural-field-degeneration
folder and runbuild.bat
. - Run the
.exe
located indynamic-neural-field-degeneration\dynamic-neural-field-degeneration\build\x64-release\Release\
.