Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 751 Bytes

File metadata and controls

16 lines (10 loc) · 751 Bytes

TinyMesh

Tiny mesh visualization interface using Qt and GLSL

Installation

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.

Description

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.

Licence

Double Licence, whatever fits you best: Public domain or MIT License.