项目作者: AnselmoGPP

项目描述 :
Easy to use library for 3D data visualization
高级语言: C++
项目地址: git://github.com/AnselmoGPP/HansVisual.git
创建时间: 2019-09-14T21:39:25Z
项目社区:https://github.com/AnselmoGPP/HansVisual

开源协议:MIT License

下载


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