diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-13 14:05:11 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-13 14:05:11 +0200 |
commit | 165c1ae6e4a4eea35d7ea2f2a6518ff36cf0112f (patch) | |
tree | 78ab1efe1154551581808814ff962154b053ae23 /input | |
parent | 1a30375e369d2d872cb3fd6ecdc6019136c7b1a4 (diff) |
separate view and museum thread
Diffstat (limited to 'input')
-rw-r--r-- | input/test.csv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/input/test.csv b/input/test.csv new file mode 100644 index 0000000..d7d5ae3 --- /dev/null +++ b/input/test.csv @@ -0,0 +1,3 @@ +x,y,vx,vy +0.5,0.5,0.05,0.0 +0.5,0.5,0.0,0.05 |