Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RodZill4/material-maker
A procedural textures authoring and 3D model painting tool based on the Godot game engine
https://github.com/RodZill4/material-maker
glsl godot-engine godotengine material-maker painting procedural-generation texture-synthesis textures
Last synced: 6 days ago
JSON representation
A procedural textures authoring and 3D model painting tool based on the Godot game engine
- Host: GitHub
- URL: https://github.com/RodZill4/material-maker
- Owner: RodZill4
- License: mit
- Created: 2018-07-22T15:08:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T18:22:43.000Z (13 days ago)
- Last Synced: 2024-10-26T20:24:53.374Z (13 days ago)
- Topics: glsl, godot-engine, godotengine, material-maker, painting, procedural-generation, texture-synthesis, textures
- Language: GDScript
- Homepage:
- Size: 443 MB
- Stars: 3,508
- Watchers: 62
- Forks: 221
- Open Issues: 171
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-godot - Material Maker - Create PBR materials procedurally (similar to Substance Designer). (Projects / 3D)
- awesome-godot-3 - Material Maker - Create PBR materials procedurally (similar to Substance Designer). (Projects / 3D)
- awesome-godot-3 - Material Maker - Create PBR materials procedurally (similar to Substance Designer). (Projects / 3D)
README
# Material Maker
This is a tool based on [Godot Engine](https://godotengine.org/) that can
be used to create textures procedurally and paint 3D models.Its user interface is based on Godot's GraphEdit node: textures and brushes are
described as interconnected nodes.## Download
- **[Download on itch.io](https://rodzilla.itch.io/material-maker)**
On Windows, you can also install Material Maker using [Scoop](https://scoop.sh):
```text
scoop bucket add extras
scoop install material-maker
```
... or [Chocolatey](https://chocolatey.org/) (default or portable install):
```text
choco install material-maker
```
```text
choco install material-maker.portable
```Can't wait for next release? Automated builds from master branch are available (use at your own risk):
## Documentation
- **[User manual](https://rodzill4.github.io/material-maker/doc/)**
## Translations
Translation files can be installed using the **Install** button in the **Preferences** dialog.
- [Chinese translation](https://raw.githubusercontent.com/RodZill4/material-maker/f1be50b21a0f4991ac39e12a5362f5c5eb4c83a0/material_maker/locale/translations/zh.csv) (Created by **free_king**)
## Community
- **[Discord server](https://discord.gg/PF5V3mFwFM)**
- **[Material Maker subreddit](https://www.reddit.com/r/MaterialMaker/)**## Screenshot
![Screenshot](material_maker/doc/images/screenshot.png)
## License
Copyright (c) 2018-2021 Rodolphe Suescun and contributors
Unless otherwise specified, files in this repository are licensed under the
MIT license. See [LICENSE.md](LICENSE.md) for more information.