https://github.com/iaomw/meshcan
Play with Mesh
https://github.com/iaomw/meshcan
cpp geometry opengl
Last synced: 2 months ago
JSON representation
Play with Mesh
- Host: GitHub
- URL: https://github.com/iaomw/meshcan
- Owner: iaomw
- Created: 2019-05-04T20:54:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T20:54:59.000Z (about 7 years ago)
- Last Synced: 2025-08-22T19:13:24.722Z (10 months ago)
- Topics: cpp, geometry, opengl
- Language: C++
- Size: 1.47 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meshcan
This serves as my final project for **Computational Geometry** course **2017 Spring**. It's not optimized by then, so I may continue improve it randomly for fun. Should be a good playground for me trying some parallel computing technologies.
Original | Catmull–Clark subdivision
:---:|:---:
 | 
Original | Mesh simplification
:---:|:---:
 | 
## Features
- Some typical mesh operations
- Catmull–Clark subdivision
- Mesh simplification
## To-do
- Multithreading and SIMD
- Basic GUI and file IO functions
- Display animated mesh modification parallelly when processing the mesh data.
## To-fix
Crash while the mesh got over simplified.