Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 502 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 502 Bytes

Signed distance field with Bézier curves

Based on Viktor Chlumský Master's thesis.
Use Walnut.

building and running

You'll need to have the Vulkan SDK installed.

  1. Clone recursively: git clone --recursive https://github.com/JulienGery/SDFBezier
  2. Run scripts/Setup.bat
  3. Open SDFBezier.sln and hit F5 (preferably change configuration to Release or Dist first, Debug is slow)