A visualization of a tornado using Qt, C++ and OpenGL
Find a file
2024-05-20 19:42:22 +02:00
build-datavisualization_sose2024-Desktop-Debug Create Repository again 2024-05-20 19:42:22 +02:00
build-datavisualization_sose2024-Desktop_Qt_5_15_13_GCC_64bit-Debug Create Repository again 2024-05-20 19:42:22 +02:00
datenvisualisierung_sose2024 Create Repository again 2024-05-20 19:42:22 +02:00
LICENSE Create Repository again 2024-05-20 19:42:22 +02:00
README.md Create Repository again 2024-05-20 19:42:22 +02:00

Tornado-Visualization

This a C++/Qt/OpenGL project for my DV class, visualizing a tornado

Week 1

We implemented a C++ program that created a vector field containing the wind speeds in a 3D grid, we used the C-vector field generator for a tornado developed by Roger A. Crawfis, The Ohio State University. We also implemented methods to print individual grid point values and individual layers of the 3D grid.

It was an excellent primer on how memory works with C++ and how to use Qt-Creator ^^