demo worthy. Plenty more work could be done, but not terrible

This commit is contained in:
2025-09-11 13:21:53 -05:00
parent 2821847ce2
commit 6d47b81b1f
11 changed files with 48 additions and 57 deletions

View File

@@ -3,10 +3,10 @@ import subprocess
from pathlib import Path
import time
p = subprocess.Popen(Path("bin", "x64", "Debug", "LivePlotter.exe"), stdin=subprocess.PIPE)
p = subprocess.Popen(Path("bin", "demo.exe"), cwd="bin", stdin=subprocess.PIPE)
lines = None
with open("gpoints_rotate.obj", "r") as f:
with open("assets/gpoints_rotate.obj", "r") as f:
lines = f.readlines()
period = 0.01