zhangbo-tj / trackballLinks
3D view interactor (C++, OpenGL).
☆15Updated 9 years ago
Alternatives and similar repositories for trackball
Users that are interested in trackball are comparing it to the libraries listed below
Sorting:
- A Shoemake Arcball camera in C++☆31Updated last year
- vGizmo3D - quaternions based GIZMO 3D: it permits, via mouse, to manipulate objects by translating, rotating, or scaling them☆61Updated 5 months ago
- 3D B-Spline renderer written in C++ using Qt, OpenGL and Eigen☆26Updated 3 weeks ago
- An implementation of 2D Bezier Curves in C++ using OpenGL, gl3w, glfw3 and imgui.☆67Updated 7 years ago
- A basic geometry C++ library for 2D and 3D applications☆97Updated 9 months ago
- An OpenGL mesh viewer with a GUI menu implemented with Qt based on C++.☆33Updated 3 years ago
- C++ routines to compute spline curves in nD☆41Updated 6 years ago
- 2D/3D C++ library focusing on mesh processing☆27Updated 10 years ago
- Acceleration structure library (BVH-, KD-Tree) with basic parallel construction☆56Updated 6 years ago
- A simple mesh editor. Import an .obj model or create one from scratch.☆36Updated 5 years ago
- A public domain/MIT header-only marching cube implementation in C++ without anything fancy.☆46Updated 2 years ago
- This example shows how to make OpenSceneGraph and Dear ImGui work together☆44Updated 2 years ago
- 3D polygonal mesh renderer with dynamic level-of-detail (LOD).☆67Updated 5 years ago
- Example programs that test and illustrate how to use the VSG and optional add-on libraries☆161Updated this week
- A C++ half-edge data structure for a triangle mesh with no external dependencies whatsoever. Public domain.☆117Updated 13 years ago
- LineVis is a visualization tool for rendering dense sets of 3D lines.☆96Updated this week
- Example of line, point and virtual plane intersectors: changing polygon outline by using hover and drag mouse events (using C++11 and O…☆28Updated 8 years ago
- Sample simple arcball trackball for OpenGL 4 in C++☆33Updated 8 years ago
- A cross-platform 3D engine based on Qt 5.9.7, OpenGL 3.3 and Assimp 4.1.☆86Updated last year
- Adapter to add imgui to an existing vtkRenderWindow using SDL2.☆20Updated 2 years ago
- Visualize OpenVDB Grids (Level Sets) in Qt3D☆11Updated 7 years ago
- A header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes☆146Updated 5 months ago
- GLviz is a small collection of C++ classes and GLSL shaders to facilitate the development of OpenGL demos.