From 90c3023618b6e1345fe99768a523c9ec8cfa41fd Mon Sep 17 00:00:00 2001 From: Seth Hamilton Date: Thu, 11 Sep 2025 14:47:54 -0500 Subject: [PATCH] readme mods --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dcdd6d..74f0159 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ LivePlotter is an opengl-based, 3d point plotting DLL. It is designed to be integrated into any project that needs to see 3d points plotted and updated in real time. It supposts simple camera control: rotate, pan, and zoom. Points can be given a "lifetime" during which their opacity will fade. The opacity of these points can be restored by updating their position. This allows an intuite representation of sensor readings (where the opacity of the point represents the age of the reading). -This DLL is designed to integrate easily into a C# application. A class that acomplishes this included. See [LivePlotter.cs](./LivePlotter.cs). You'll need to insure `LivePlotter.dll` is in your project's build output directory. +This DLL is designed to integrate easily into a C# application. A class that acomplishes this included. See [LivePlotter.cs](./LivePlotter.cs). Unfortunately the DLL also expects the presence of several other files currently, so you'll need to ensure **EVERYTHING** from the bin/ folder (that contains `LivePlotter.dll`) is in your project's build output directory. ![til](./demo.gif)