WIP Experimental multiplayer support for Hatsune Miku: Project Diva MegaMix+
Server-side code can be found here
- Install Microsoft Visual Studio
 - Open "MultiDiva-Loader/MultiDiva.sln" in Visual Studio
 - Build the solution
 - The compiled .DLL can be found in the 'x64/' directory
 
- 
Install the Go programming language
 - 
Open the "MultiDiva-Client" folder in your terminal and run the following:
go mod tidygo build -o ./bin/MultiDiva-Client.dll -buildmode=c-shared - 
The compiled .DLL can be found in the 'bin/' directory