mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-09 04:22:10 +01:00
A procedural textures addon for Godot
448287d2c9
Add return type hints to all scripts |
||
---|---|---|
addons/material_maker | ||
.gitignore | ||
.mailmap | ||
default_env.tres | ||
export_presets.cfg | ||
icon.ico | ||
icon.png | ||
icon.png.import | ||
project.godot | ||
README.md | ||
rodz_labs_logo.png | ||
rodz_labs_logo.png.import | ||
test_blur.ptex | ||
test.png | ||
test.png.import |
This is a tool based on the Godot game engine that can be used to create textures procedurally. It can also be used as a Godot addon (but there's no good reason for not using it as a standalone tool).
Its user interface is based on Godot's GraphEditor: textures are described as interconnected texture generators and operators.
More details in the user manual.