Skip to content

kiron1/cube

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors