Save cs example into an actual project
This commit is contained in:
6
examples/csharp/Program.cs
Normal file
6
examples/csharp/Program.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Demo;
|
||||
|
||||
LivePlotter.start(800, 800);
|
||||
LivePlotter.PlotCameraPoses();
|
||||
|
||||
while (true) ;
|
||||
Reference in New Issue
Block a user