Skip to content

HeartofTheForce/Isosurface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isosurface

Highly optimized C++ OpenGL implementations of Isosurface extraction algorithms, designed to operate on uniform grids in parallel.

  • Dual Contouring
  • Marching Cubes

Built using

  • C++ 11
  • CMAKE
  • OpenMP
  • OpenGL 3.3
  • GLM

Getting Start

  • cmake . -B build
  • cmake --build build
  • build/out/main.exe

About

C++ OpenGL Multithreaded Dual Contouring

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published