kiron1 / cube

A modern OpenGL C++11 visualization library for 2d and 3d data

Home Page:http://kiron1.github.io/cube/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cube

A modern OpenGL C++11 visualization library for 2d and 3d data.

This library his heavily inspired by by the Python vispy.gloo library.

Documentation

Dependencies

Build

  • Configure the project:

    cmake -H. -B_build
    
  • Build the project:

    cmake --build _build --config Release
    
  • Install library:

    cmake --build _build --config Release --target install
    

For more informations, see the build instructions.

About

A modern OpenGL C++11 visualization library for 2d and 3d data

http://kiron1.github.io/cube/


Languages

Language:C++ 69.7%Language:CMake 28.9%Language:Starlark 1.4%