Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Material Maker is a simple procedural textures authororing tool that can be used to describe the textures that define a material by interconnecting basic nodes that generate, transform or combine seamless textures in a graph.The addons directory contains the Material Maker plugin that can import .ptex files created with Material Maker into SpatialMaterials (either with pre-generated textures or textures generated at runtime) you can directly use in your project.The material_maker directory contains Material maker itself and a demo that shows materials rendered at runtime.
Material Maker
This is a tool based on Godot 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 GraphEdit node: textures are described as interconnected texture generators and operators.
Download
On Windows, you can also install Material Maker using Scoop:
scoop bucket add extras
scoop install material-maker
Documentation
Community
Screenshot
License
Copyright (c) 2018-2020 Rodolphe Suescun and contributors
Unless otherwise specified, files in this repository are licensed under the MIT license. See LICENSE.md for more information.
Material Maker is a simple procedural textures authororing tool that can be used to describe the textures that define a material by interconnecting basic nodes that generate, transform or combine seamless textures in a graph.
The addons directory contains the Material Maker plugin that can import .ptex files created with Material Maker into SpatialMaterials (either with pre-generated textures or textures generated at runtime) you can directly use in your project.
The material_maker directory contains Material maker itself and a demo that shows materials rendered at runtime.
Reviews
Quick Information
Material Maker is a simple procedural textures authororing tool that can be used to describe the textures that define a material by interconnecting basic nodes that generate, transform or combine seamless textures in a graph.The addons directory contains the Material Maker plugin that can import .ptex files created with Material Maker into SpatialMaterials (either with pre-generated textures or textures generated at runtime) you can directly use in your project.The material_maker directory contains Material maker itself and a demo that shows materials rendered at runtime.