A procedural textures authoring and 3D model painting tool based on the Godot game engine
Go to file
RodZill4 50c2558b9f Added new example that uses the updated CustomUV node (#162) 2020-09-08 08:11:30 +02:00
.github MacOSX build fix... 2020-08-15 10:33:45 +02:00
addons/material_maker Updated CustomUV node with features from Tiler/Splatter (#162) 2020-09-08 07:38:58 +02:00
demo STarted moving files around for better source code organization 2020-07-31 23:29:59 +02:00
material_maker Added new example that uses the updated CustomUV node (#162) 2020-09-08 08:11:30 +02:00
.gitignore Updated 3D preview UI, added mesh normal and inverse UV maps generation 2020-08-11 12:04:33 +02:00
.mailmap
LICENSE.md
README.md Update README.md 2020-08-23 22:22:54 +02:00
default_env.tres
export_presets.cfg Added support for multiple parallel renderers and a performance counter 2020-09-06 11:21:44 +02:00
icon.icns Added confirm-on-close-tab (#149) and confirm-on-close-app (#145) 2020-08-19 22:52:59 +02:00
icon.ico
icon.png Increase the application icon size to 256×256 2020-07-02 21:52:50 +02:00
icon.png.import
project.godot Added support for multiple parallel renderers and a performance counter 2020-09-06 11:21:44 +02:00
rodz_labs_logo.png
rodz_labs_logo.png.import Started updating export to support multiple target game engines 2020-02-17 08:54:46 +01:00
start.gd Added --export-material flag as synonym of --export for testing 2020-05-30 13:54:26 +02:00
start.tscn Updated loading screen 2020-04-03 08:03:13 +02:00
suzanne_inv_uv.exr Added sample models for 3D view 2020-08-30 10:21:22 +02:00
suzanne_inv_uv.exr.import Added sample models for 3D view 2020-08-30 10:21:22 +02:00
vase_inv_uv.exr Added sample models for 3D view 2020-08-30 10:21:22 +02:00
vase_inv_uv.exr.import Added sample models for 3D view 2020-08-30 10:21:22 +02:00

README.md

Material Maker

This is a tool based on Godot Engine that can be used to create textures procedurally.

Its user interface is based on Godot's GraphEdit node: textures are described as interconnected nodes.

Download

On Windows, you can also install Material Maker using Scoop:

scoop bucket add extras
scoop install material-maker

Can't wait for next release? Automated builds from master branch are available (use at your own risk):

Build Passing

Documentation

Community

Screenshot

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.