material-maker/README.md

24 lines
747 B
Markdown
Raw 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
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).
2018-07-29 12:33:50 +02:00
Its user interface is based on Godot's GraphEdit node: textures are described
as interconnected texture generators and operators.
## Documentation
2020-01-31 23:20:16 +01:00
- **[User manual](https://rodzill4.github.io/material-maker/doc/)**
## Screenshot
2018-07-29 12:33:50 +02:00
![Screenshot](addons/material_maker/doc/images/screenshot.png)
## License
2020-01-31 23:20:16 +01:00
Copyright (c) 2018-2020 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.