Tornado-Visualization/README.md

9 lines
501 B
Markdown
Raw Normal View History

2024-05-20 17:42:22 +00: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 ^^