Skip to content

Experimenting with Bezier: surfaces and revolution around an axis. Also implements some warping operators.

Notifications You must be signed in to change notification settings

charlyb01/TinyMesh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Experimenting with Bezier: surfaces and revolution around an axis. Also implements some warping operators.

Resources

Stars

Watchers

Forks

Languages

  • C 85.1%
  • C++ 14.4%
  • Other 0.5%