diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e1fd273 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..9fa0c2b --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# 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: +1. Fork the repository. +2. Add your material to the `materials.json` file. +3. Add your preview image to the `thumbnails` folder. +4. Add your snippet file to the `snippets` folder. +5. Submit a pull request. + +## License + +This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details. diff --git a/index.html b/index.html index db68798..1bd4bc7 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,12 @@

UE Material Snippets

+ + + +Add Snippet +