Dither Doc
Here you can find documentaion and tutorials for the
Dither programming language
.
2D Procedural Generation with Dither
Get familiarized with 2D graphics in Dither by building a procedural generation project step-by-step.
3D with Dither
Introduction to 3D graphics in Dither. Materials, Bump maps, shadows and more.
The Design of Dither
Design decisions of the programming language: why things are the way they are, and some (very) subjective opinions of the author.
Dither Macros
Language within a language, code that writes code -- Introduction to procedural macros in Dither; With applications in shaders, GUI, and more.