VIRTUE-DBIS / covis-proto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collaborative Virtual Spaces (covis) - Protobuf Definition

This Repository defines the services & messages to synchronize different virtual & physical spaces and objects in a VR context. Use both by the covis-server and VREP

Code Generation

Java

Use the normal protobuf jvm gradle combo. Consider covis-server as an example. Not done in this repo.

Csharp

Enter the following command: dotnet build covis-proto.sln This creates two .cs files in covis-proto/obj/debug/netstandard1.5/ which include service & message definitions in csharp which you can then copy to your csharp-project.

About

License:MIT License


Languages

Language:C# 100.0%