Skip to content

Instantly share code, notes, and snippets.

View psynt's full-sized avatar
💭
Typing...

Nichita psynt

💭
Typing...
View GitHub Profile
@emilianavt
emilianavt / BestVTuberSoftware.md
Last active June 18, 2024 21:46
Best VTuber Software

Best VTuber software

This is a list of the most commonly used and relevant vtubing software. The "best" will always be subjective and depend on your specific requirements. Overall, the information in this list is as accurate as I could figure it out, but there might be errors or some details might become out of date. If you find anything that needs to be corrected, please let me know. You can also note it in a comment.

Additional explanations:

  • iPhone means that an iPhone is basically required
  • iFacialMocap support means that tracking data can be received from the iFacialMocap iPhone app
  • VMC protocol means that the application can send and/or receive tracking data from other VMC protocol capable applications, allowing the combination of multiple tracking methods (e.g. VSeeFace receiving VR tracking from Virtual Motion Capture and iPhone/ARKit face tracking from Waidayo)
  • Tobii means that the Tobii eye tracker is supported
@AndrewReitz
AndrewReitz / README.md
Created November 15, 2017 21:50
ZarZaring the Groovy Jar for Android 26+
  1. Download JarJar jar
  2. In the same folder download the grooid jar you want to use. This was tested with 2.4.12 jar
  3. Again, in the same folder create a file called rules.txt
  4. In rules.txt put "zap org.codehaus.groovy.vmplugin.v7.IndyInterface"
  5. Run java -jar jarjar-1.3.jar process rules.txt groovy-2.4.12-grooid.jar groovy-android.jar
  6. Now add newly created jar file to your android project.