TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Godot Shaders: View and Share Shaders for Godot

222 点作者 bananaoomarang超过 4 年前

8 条评论

gabereiser超过 4 年前
I&#x27;m posting blind, I haven&#x27;t visited the site (yet), but can I say that I&#x27;m super pleased with more Godot coverage? I am. Godot is so underrated. It needs more content coverage, more tutorials, more guides - like Unity has - because it&#x27;s awesome, easy, relatively simple and is just pleasant to work with.<p>Godot + Blender + Krita = win people
评论 #26027447 未加载
评论 #26028460 未加载
评论 #26027922 未加载
评论 #26030048 未加载
mhh__超过 4 年前
Is Godot still using its own Shader language? When I tried it it was a little annoying to use coming from elsewhere.<p>Tangential - I may just be lucky as I&#x27;ve effectively come the long way round, but I find many if not all of the graphical programming (Like Unreal Materials) systems in this area extremely jarring and an unnecessary context switch away from using my hands to type (and having such joys as version control...).<p>With Unreal Engine specifically it&#x27;s a little annoying that I see all these features that I want to use in the engine, but I&#x27;m funnelled through these blueprint-first APIs to use them - Just document the C++: I don&#x27;t like C++ but I&#x27;ve spent a lot of time honing my skills in it, let me use them easily.
评论 #26029463 未加载
评论 #26049737 未加载
bmurphy1976超过 4 年前
This is so cool! I wish I had the time to learn more about this stuff but it&#x27;s such a huge mountain to climb. Alas I&#x27;m already way over subscribed with existing side-projects.<p>This looks like it has a potential to be a great resource for the Godot community. Nice work!
评论 #26027487 未加载
offtop5超过 4 年前
I&#x27;ll also say I&#x27;m loving this, well it did seem a little weird epic games sponsors Godot ( absolutely an attempt to cut in a Unity&#x27;s market share) , I&#x27;m happy they got some funding.<p>The more engines which exist the more you can find what works for you.
评论 #26029564 未加载
remram超过 4 年前
This is a nice resource but it&#x27;s starting to get a little crowded with the official asset library (which has a category for shaders) <a href="https:&#x2F;&#x2F;godotengine.org&#x2F;asset-library&#x2F;asset?category=3" rel="nofollow">https:&#x2F;&#x2F;godotengine.org&#x2F;asset-library&#x2F;asset?category=3</a>, godotmarketplace.com, godotshaders.com, and GDQuest&#x27;s godot-shaders repo...<p>I wish people would stick to a single location, especially if it is already open-source and community-maintained.<p>This interface is nice but I wish it could have been added to the existing market place instead.
babaganoosh89超过 4 年前
My experience using Godot for 2D games ~1.5 years ago was it was mostly enjoyable but there were annoying little bugs in Mac GUI that didn&#x27;t give me a lot of confidence. The bad part was when it came to 3rd party library integration for mobile, e.g. for ads, tracking, etc. There&#x27;s not a lot of support in the ecosystem for those, and writing your own wrappers is a big PITA.
city41超过 4 年前
It&#x27;d be neat to see the shaders running in the browser using Godot&#x27;s wasm export. But sadly that limits you to OpenGL ES 2, and most shaders seem to need 3.
slmjkdbtl超过 4 年前
wanted to comment why not shadertoys but realized that&#x27;s more demoscene instead of game-oriented effects, yeah i think we need this but kinda hope it uses a generic shader format instead of one tied to a specific engine, or provide translated native shader code by godot&#x27;s shader engine if that&#x27;s supported