Save cs example into an actual project

This commit is contained in:
2025-09-15 11:22:27 -05:00
parent e77dfde1bc
commit 6d45d12dc1
5 changed files with 95 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
using Demo;
LivePlotter.start(800, 800);
LivePlotter.PlotCameraPoses();
while (true) ;