You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -526,27 +528,25 @@ function create_package_fuses(repositorypath)
526
528
returnfalse
527
529
end
528
530
529
-
handle:write([[
530
-
Atom {
531
+
handle:write([[Atom {
531
532
Name = "]]..YourPackageName..[[",
532
533
Category = "Shaders",
533
534
Author = "]]..YourCompanyName..[[",
534
535
Version = ]]..YourPackageVersion..[[,
535
-
Date = ]]..YourPackageDate..[[,
536
-
537
-
Description = ]]
536
+
Date = ]]..YourPackageDate..",\n\n"
538
537
)
539
538
540
-
handle:write('[[\n<center>\n<br />')
539
+
handle:write(' Description = [[<center><br />')
541
540
handle:write(image.logo_html())
542
541
handle:write('<br /><br />\n')
543
542
544
543
handle:write(
545
-
[[The package <font color="white">]]..YourPackageName..[[</font> adds some Fuses that utilize DCTL to implement various Shaders as found on <a href="https://www.shadertoy.com/">Shadertoy.com</a>.<br />
544
+
[[At the moment <font color="#ff6060">THIS PACKAGE IS MAC AND WINDOWS ONLY</font>,<br />but if you have some dev skills you are very welcome to checkout the repo and test on Linux.<br /> <br />
545
+
The package <font color="white">]]..YourPackageName..[[</font> adds some Fuses that utilize DCTL to implement various Shaders as found on <a href="https://www.shadertoy.com/">Shadertoy.com</a>.<br />
546
546
See our repository on <a href="https://github.com/nmbr73/Shaderfuse">GitHub</a> for some insights and to maybe constribute to this project?!?<br />
547
547
Find tons of example videos on what you can do with it on JiPi's <a href="https://www.youtube.com/c/JiPi_YT/videos">YouTube Channel</a>.<br />
548
548
Please note that - unless stated otherwise - all these Fuses fall under Creative Commond 'CC BY-NC-SA 3.0 unported'.<br />
549
-
For most shaders this regrettably means that in particular <font color="#ff6060">any commercial use is strictliy prohibited!</font>
549
+
For most shaders this regrettably means that in particular <font color="#ff6060">ANY COMMERCIAL USE IS STRICTLIY PROHIBITED!</font>
550
550
</center>]].."\n")
551
551
552
552
handle:write(OurPackageDescription)
@@ -568,35 +568,17 @@ See the following videos for some examples:
568
568
Find these and even more videos on our <a href="https://www.youtube.com/playlist?list=PLqbIsaWc6bt1AuwEHF116QcFsNPKnLYHD">Shaderfuse</a> YouTube playlist.
..'echo "This is a dummy file to trick Reactor because there were some Windows only, but no Mac specific files." > "Mac/Fuses/Shaderfuse_wsl/README_MAC.md"\n'
..'echo "This is a dummy file to trick Reactor because there were some Mac only, but no Windows specific files." > "Windows/Fuses/Shaderfuse_wsl/README_WINDOWS.md"\n'
0 commit comments