Skip to content

Kat Mistberg's development fork of godot-vmc-lib. Implements a VMC receiver in Godot

License

Notifications You must be signed in to change notification settings

KatMistberg/godot-vmc-lib

 
 

Repository files navigation

GodotVMCLib

Implements a VMC receiver in Godot

Build

First initialize submodules, specifically the 4.1 branch of godot-cpp:

git submodule update --init --recursive
cd third_party/godot-cpp
git pull https://github.com/godotengine/godot-cpp 4.1
cd ../..

Then build GodotVMCLib using CMake:

mkdir build
cd build
cmake ..
cmake --build .
cmake --install .

Using GodotVMCLib in a project

To use GodotVMCLib in a Godot project, add the repository under addons/godot-vmc-lib in the project folder and build it. An example project can be found under: https://github.com/DigitOtter/godot-vmc

About

Kat Mistberg's development fork of godot-vmc-lib. Implements a VMC receiver in Godot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.1%
  • CMake 13.0%
  • Shell 5.0%
  • C 0.9%