back to home
C++ Library (instructions for Visual Studio on Windows)
Please let us know if you have ideas for an easier way to distribute library.
Step 1.Install vcpkg:
git clone https://github.com/microsoft/vcpkg
cd vckpg && ./bootstrap-vcpkg.bat
$env:Path += ";$(pwd)"
Step 2.Install protobuf libraries with vcpkg (do this in your project folder, note that this can take some time
(around 10 minutes):
vcpkg install protobuf protobuf:x64-windows
vcpkg integrate install
Step 3.Download latest library build from here. Place those somewhere in your
project and include sceneio.h
Step 4. Use code from this
snippet to read or write scene format files.