Timothy Yuen
Timothy Yuen
I'm looking into this. It might mean that the custom Godot repo is out of date.
Thanks for the report!
The latest commit on `master` adds preliminary mediapipe support (that's still broken on vpuppr's side) via GDMP. The relevant files/lines are: * libvpuppr @ [vrm_puppet.rs](https://github.com/virtual-puppet-project/libvpuppr/blob/4f4bcf0b41a36b669492567052804d7850094766/src/puppets/vrm_puppet.rs#L457) for applying data to a...
Thanks for the report. The example included in the `README` is out of date. My [live2d-test-project](https://github.com/you-win/live2d-test-project/blob/senpai/test_screen.gd#L39) is probably a better demonstration of using the library. Most things are still broken,...
Thanks for the report! I'll hopefully have time to take a look at this soon
Seems like this can be done using NPM's [search api](https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md#get-v1search). Will need to look into this a bit more.
It's an example function that will not do anything. The name is meant to be read in plain English: "Load from somewhere, I don't know". The developer is meant to...
Updated part of the API for Godot 4. Currently, only the sender/receiver APIs are implemented. Will keep this issue open to track implementing the rest of the [Spout API](https://spoutlibrary-site.netlify.app/#File:SpoutLibrary.cpp)
When you install [Git for Windows](https://git-scm.com/downloads), it generally comes with Git Bash. This is the terminal I generally use for development on Windows. [Here's a guide on how to get...