Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Really cool! Please allow us to export the shader code :)

(+1)

Do you mean the whole per-pixel shader? The program is written in Godot so it isn't actual GLSL code but pretty close.

Deleted 4 years ago
(+2)

The source code is now available.

You can find the shader in Shaders/template.glsl. The signed distance field function is inserted into that shader and recompiled everytime the scene changes. All variables are uniforms so that changing them is possible without recompiling.

You should be able to use the template and insert the generated code that's visible in the editor manually.