Skip to content

Tools for using signed distance fields and other shader-influenced rendering techniques with 2D/3D addressable LED controllers.

License

Notifications You must be signed in to change notification settings

zranger1/SDF-LED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDF-LED

Tools for using signed distance fields and other shader-influenced rendering techniques with 2D/3D addressable LED controllers.

Signed distance functions provide a simple, compact, flexible way to draw, mix, texture and shape 2D and 3D geometry. No polygon meshes or display lists required. Instead, we use a mathematical function - a signed distance function (SDF) - that calculates the distance between a point in space and the surface of an object.

This rendering technique is most often associated with ray tracing and GPU shaders, but it also works very well with addressable LEDs.

// TODO - expand introduction, build small tutorial, and add more pointers to relevant things on the web.

Currently Supported Platforms:

Coming Soon:

???

Resources

About

Tools for using signed distance fields and other shader-influenced rendering techniques with 2D/3D addressable LED controllers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published