Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranjalsahu/point-cloud-triangulation
C++ code for triangulating Point Cloud data and displaying it
https://github.com/pranjalsahu/point-cloud-triangulation
c-plus-plus delaunay-triangulation opengl point-cloud point-cloud-triangulation triangle-mesh
Last synced: about 1 month ago
JSON representation
C++ code for triangulating Point Cloud data and displaying it
- Host: GitHub
- URL: https://github.com/pranjalsahu/point-cloud-triangulation
- Owner: PranjalSahu
- Created: 2014-11-29T16:23:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T01:02:19.000Z (over 6 years ago)
- Last Synced: 2023-02-27T01:57:09.433Z (almost 2 years ago)
- Topics: c-plus-plus, delaunay-triangulation, opengl, point-cloud, point-cloud-triangulation, triangle-mesh
- Language: C++
- Homepage:
- Size: 742 KB
- Stars: 29
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
command to compile
g++ bun10.cpp -lglut -lGLU -lm -o bun10
command to run
./bun10