Skip to content
Anselmo Gracia edited this page Sep 14, 2019 · 1 revision

HansVisual is a C++ library for 3D data visualization. It allows the programmer to easily show different objects (points, lines, surfaces, cubes) with different properties. If what you want is to call functions, from your code, for showing graphics, this library is for you. Libraries used:

  • OpenGL
  • GLEW 2.1.0
  • GLFW 3.3
  • GLM 0.9.9.5
  • ImGui 1.72b

Read the HansVisual manual here: HansVisual manual

Clone this wiki locally