Wavy - A BGFX marching squares implementation
Wavy is a C++ program that implements a marching squares algorithm for generating waves and makes use of the the BGFX graphics library.
Ths was a project to learn how graphics are made. To gain an appreciation for rendering, graphics libraries, and engines.
BGFX - The graphics library used in this project.
BGFX starter template - While not entirely used, was useful when starting this project.