1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-19 11:56:01 +08:00

9 Commits

Author SHA1 Message Date
df7cf1aee2 Documentation updated 2024-01-12 19:26:13 +05:30
fae913cea6 Create FUNDING.yml 2024-01-12 00:03:09 +05:30
9d7c679c5b Merge branch 'development' 2023-12-24 20:57:23 +05:30
67ec588347 Merge branch 'development' 2023-10-20 18:03:43 +05:30
63acf5d341 Merge branch 'development' 2023-10-17 17:43:01 +05:30
8972c2da37 Merge branch 'development' 2023-10-17 17:18:53 +05:30
5ece7a3bd3 Merge branch 'development' 2023-10-15 15:09:19 +05:30
3fc8d868a6 Merge branch 'development' 2023-10-15 00:17:30 +05:30
32c40f1371 Merge pull request #1 from DigvijaysinhGohil/development
Documentation typo and files refactor
2023-10-15 00:05:28 +05:30
3 changed files with 35 additions and 1 deletions

13
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,13 @@
# These are supported funding model platforms
github: DigvijaysinhGohil
patreon: DigvijaysinhG
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2023 Digvijaysinh Gohil
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.

View File

@ -1,5 +1,5 @@
# Godot-Shader-Lib
Visual shader node library for Godot engine. The addon supports Godot versions 4.x!
Visual shader node library for Godot engine. The addon supports Godot versions 4.1.0 and above!
Adds various extra nodes to use in built-in visual shader editor.
# Installation