Tiny mesh visualization interface using Qt and GLSL
Download TinyMesh from this Github platform. Archives comes with a local copy of glew32.lib and requires Qt to be installed. Run the script in the Script directory to copy the libraries of Qt into the local Debug and Release output directories of the project. Open the Visual Studio 2019 solution, compile, and execute.
A simple implementation of a Mesh class useful for interactive visualization, along with Vector, Matrix, Box, Triangle, and other utilities in C/C++ without anything fancy. Those classes serve as a starting point or simple reference implementation.
Double Licence, whatever fits you best: Public domain or MIT License.