Gradient map shader for the defold game engine.

Sample project available on gihub:

https://github.com/FlexYourBrain/sample_gradientmap-shader

Published 14 days ago
StatusReleased
CategoryAssets
AuthorFlexYourBrain
Made withDefold
Tagsdefold, gradient, Shaders

Comments

Log in with itch.io to leave a comment.

What programming language did you use to build this shader? I'm working on a project in Defold, and the engine is missing a lot of things usually you'd expect to find. 

Nice, Defold is great. glsl is used for the shader. What would you say that is missing?

Drawing basic shapes like circles or rectangles for starter. All game engines support those out of the box, but Defold doesn't! I know it was built to be lean, but the bare minimum at least should be covered.