pspoerri / opengl_dataviewer

A simple OpenGL xyzw dataviewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGL Dataviewer

This is an OpenGL dataviewer written in C++.

Commands

Use the mouse to look around.

Moving around

Press: a/s/d/w or left/down/right/up

Pausing

Press: p

Increase or decrease speed of simulation

Press: + or - Running

Compile it and execute the program with

program data.xyzw

The viewer currently only displays data in the form of:

223       # Can be variable
Atoms     # This part is currently not parsed
t0        # This part is currently not parsed
0 0 10 1 
[..]      # 222 coordinats with the form: x y z w
223
Atoms
t0
0 0 10 1 
[..] 222 

A testfile is located in the testfiles folder. Required Packages

TODO

About

A simple OpenGL xyzw dataviewer


Languages

Language:C 90.5%Language:C++ 9.5%