Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 337 Bytes

File metadata and controls

21 lines (18 loc) · 337 Bytes

sdf-generator

signed distance field generation of rasterized images with opengl

the letter g turning into a signed distance field

works in width * height * log(sdf_radius) time

to build

mkdir build
cd build
cmake ..
make .

dependencies

  • glm
  • glfw
  • glew
  • opengl