Skip to content

AnselmoGPP/HansVisual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HansVisual


sample HansVis window

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. From your code you can call them for opening a window and drawing different objects in a 3-dimensional space. You can create different layers and draw different things on each one. Each layer has its own palette of colors, and you can modify it whenever you want in your code. But this library includes even more tools such as transparencies, points selection, background color configuration, data window, adding your own palettes, creation of layers at compile-time and/or run-time, etc. Get all the information you need in the following link:

Libraries used:

  • OpenGL 4.4 (works with >= 3.3)
  • GLEW 2.1.0
  • GLFW 3.3
  • GLM 0.9.9.5
  • ImGui 1.72b