Loading repository data…
Loading repository data…
sebastianlipponer / repository
GLviz is a small collection of C++ classes and GLSL shaders to facilitate the development of OpenGL demos.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
GLviz is a small collection of C++ classes and GLSL shaders to facilitate the development of OpenGL demos. It is built on top of CMake, SDL, GLEW, Eigen, and ImGui and requires at least OpenGL 3.3. GLviz has been tested on a NVIDIA GTX 1080 Ti GPU using driver version 552.22 on Windows 10 (compiled with MSVC 2019) and 525.147.05 on Linux (compiled with GCC 12.2.0). It includes a script to easily download and build all external dependencies in the project directory to make compilation on either Windows or Linux as simple and convenient as possible.
Before running CMake run either build-extern.cmd or build-extern.sh to download and build the necessary external dependencies in the .extern directory.
Currently there is no documentation, but the code includes an example. From the source code it should become apparent how GLviz is intended to be used.
[1] Bærentzen, J. A., Munk-Lund, S., Gjøl, M., Larsen, B. D.: Two Methods for Antialiased Wireframe Drawing with Hidden Line Removal. In Proceedings of the Spring Conference in Computer Graphics, 2008.