danielgrimshaw / Plotter

Program to plot data from a CSV file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plotter

Program to plot data from a CSV file

Installation

  • cmake will need to be installed
  • GLEW will need to be installed
  • freeglut will need to be installed

Linux

  • Install make, cmake, libglew-dev, libgl-dev, and freeglut3-dev or equivalent packages
  • Run auto_install.sh
  • The program will be built in Plotter/bin/

Windows

  • Install cmake
  • Install MinGW
  • Install GLEW from source using cmake and MinGW
  • Install freeglut for MinGW
  • Run cmake with the source folder being Plotter\src and the build being Plotter\build (you will need to make Plotter\build)
  • Run the Plotter\windows_install.bat batch file
  • Executable will be generated into Plotter\bin

###Alternatively, download the latest release from the releases page for Windows

About

Program to plot data from a CSV file


Languages

Language:C++ 76.1%Language:C 11.7%Language:CMake 6.3%Language:Shell 2.6%Language:Batchfile 1.7%Language:GLSL 1.5%