mirror of
https://github.com/litruv/UE-MaterialSnippets.git
synced 2026-07-24 09:16:03 +10:00
74cc971b371a213f64b3af631abe7461aa579810
UEMatLib
UEMatLib is a library of materials for use in Unreal Engine. Each material comes with a preview, snippet, and description to help you choose the right one for your project.
Materials
The materials are defined in the materials.json file. Each material has the following properties:
author: The author of the material.name: The name of the material.categories: A list of categories the material belongs to.preview: A path to the preview image of the material.snippet: A path to the snippet file of the material.description: A brief description of the material.
Usage
To use a material, simply copy the snippet from the snippets folder and paste it into your Unreal Engine project.
Contributing
I welcome contributions! If you have a material snippet you'd like to add, please follow these steps:
- Fork the repository.
- Add your material to the
materials.jsonfile. - Add your preview image to the
thumbnailsfolder. - Add your snippet file to the
snippetsfolder. - Submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Description
Languages
JavaScript
50.3%
CSS
34.6%
HTML
15.1%