“A CAD Interface for Drawing with Signed Distance Functions” by Schmidt
Conference:
Type:
Entry Number: 03
Title:
- A CAD Interface for Drawing with Signed Distance Functions
Presenter(s)/Author(s):
Abstract:
This poster describes the implementation of a performant 2D drawing application in the browser that renders Signed Distance Functions (SDF) compiled from user input. SDFs are well suited for CAD applications because they reveal elegant boolean operations and efficiently allow for superior anti-aliasing. Because of their reliance on the GPU, SDFs have not traditionally lent themselves to graphical user input. By compiling shaders on the fly from user input we are able to seamlessly interact with rendered SDFs in a CAD interface.
Keyword(s):
Additional Images:

Acknowledgements:
Thanks to Andrew Werner, Nikhilesh Sigatapu and Rob Sami for honest support.