material-maker/README.md

58 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

# Material Maker
2018-07-29 12:33:50 +02:00
This is a tool based on [Godot Engine](https://godotengine.org/) that can
2021-02-01 07:20:39 +01:00
be used to create textures procedurally and paint 3D models.
2018-07-29 12:33:50 +02:00
2021-02-01 07:20:39 +01:00
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
```
2021-08-30 20:19:07 +02:00
... or [Chocolatey](https://chocolatey.org/) (default or portable install):
```text
choco install material-maker
```
```text
choco install material-maker.portable
```
2020-08-23 22:22:54 +02:00
Can't wait for next release? Automated builds from master branch are available (use at your own risk):
2020-08-11 15:15:42 +02:00
<a href="https://github.com/RodZill4/material-maker/actions">
<img src="https://github.com/RodZill4/material-maker/workflows/dev-desktop-builds/badge.svg" alt="Build Passing" />
</a>
2020-08-11 15:11:57 +02:00
## Documentation
2020-01-31 23:20:16 +01:00
- **[User manual](https://rodzill4.github.io/material-maker/doc/)**
2021-10-23 13:46:39 +02:00
## 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**)
2020-05-21 09:20:34 +02:00
## Community
2021-02-01 07:20:39 +01:00
- **[Discord server](https://discord.gg/PF5V3mFwFM)**
2020-05-21 09:20:34 +02:00
- **[Material Maker subreddit](https://www.reddit.com/r/MaterialMaker/)**
## Screenshot
2018-07-29 12:33:50 +02:00
2020-03-05 13:01:54 +01:00
![Screenshot](material_maker/doc/images/screenshot.png)
## License
2021-02-01 07:20:39 +01:00
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.