From 26ef4142f88370a62414b519b5d729d430a88165 Mon Sep 17 00:00:00 2001 From: tbattz Date: Sat, 28 Jan 2023 10:26:04 +1100 Subject: [PATCH] Updated README.md with Linux distros. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ac1165..2acef2b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # openGLPlotLive -openGLPlotter provides a means to plot data that is quickly updated in an OpenGL context. This can be a window created specifically for the plotter, or embedded in another OpenGL window. Originally openGLPlotLive was created to enable debugging of another OpenGL project, where the bug required visualising the path of a vehicle in 60 fps. It may be useful for similar purposes, or for those wanting to embed a graphing library in their code, using c++. Once dependencie are installed, the code should work on Linux & Windows. +openGLPlotter provides a means to plot data that is quickly updated in an OpenGL context. This can be a window created specifically for the plotter, or embedded in another OpenGL window. Originally openGLPlotLive was created to enable debugging of another OpenGL project, where the bug required visualising the path of a vehicle in 60 fps. It may be useful for similar purposes, or for those wanting to embed a graphing library in their code, using c++. Once dependencies are installed, the code should work on Linux (tested on Ubuntu or Fedora) & Windows. # Features