A C++ OpenGL project that procedurally generates and renders a wireframe terrain mesh using Perlin Noise. It opens an interactive OpenGL window where users can adjust parameters such as frequency, amplitude, and scale through real-time UI sliders, triggering immediate mesh regeneration and dynamic visual updates without restarting the application.