An open API service indexing awesome lists of open source software.

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

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
:---:|:---:
![](capture/CaptureDA.PNG) | ![](capture/CaptureDB.PNG)

Original | Mesh simplification
:---:|:---:
![](capture/CaptureHA.PNG) | ![](capture/CaptureHB.PNG)

## 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.