Skip to content

experiment to render béziergon convex interior hulls.

License

Notifications You must be signed in to change notification settings

michaeljclark/glhull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glhull

glhull is an experiment to render béziergon convex interior hulls.

  • loading truetype glyphs into manifold buffers using FreeType.
  • division of béziergons into interior and exterior hulls.
  • splitting of béziergon interior hulls into convex polygons.
  • outputting stanford polygon files and testing for convexity.
  • simple debug UI using GLFW and nanovg to trace convex hulls.

glhull

Build Instructions

sudo apt-get install -y cmake ninja-build libfreetype-dev
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build build

About

experiment to render béziergon convex interior hulls.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published