In this project, we plan to implement mesh generation algorithms for 2D and 3D shapes in C++.
- Marching Cubes
compilation and execution [in src]
g++ -std=c++14 -o marchingcubes main.cpp
./marchingcubes
visualization[in test/]
python3 viz.py <.txt filepath>
python3 vizply.py <ply filepath>
Ring torus(https://3dviewer.net/)

- supports multiple threads
- function to export to .ply
- use open3d ( python lib) for visualization
- OpenCL / CUDA-based functions
- addition of better interpolation functions
- support for IO (.obj, .mesh )
contributors
- PJ Avinash
- Akhila Petnikota contact-email
- petnikotaakhila@gmail.com
- avinashindian2.0@gmail.com




