Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

Shaders can be fun and create awesome effects, but I'm just a beginner with them. I did start coding with C, so at least the syntax isn't a problem for me, but there's lot in there I'm not as familiar with, and have to look up, that I tend to keep them simple for now.

It is awesome how much code and process you share. I'm starting to read through your devlogs, and they are very interesting. I'll have the kids read through them later as well. We will likely take some inspiration from some of this in the future.

(+1)

Yeah, I was using someone else's code. I've made a number of 2D and 3D shaders. I prefer using the visual shaders rather than code because I like how it helps me structure my thinking and also see all the options possible. But really I had to learn how to write them in Godot's version of GLSL before I could effectively use them. I've found that converting shaders from Godot's GLSL into a Visual Shader really helps me understand how they're working.

Yeah I spent about 1.5-2 hours every night writing them. My brother said it would help me to get people interested in what I'm working on for when I'm selling my own games as opposed to working on other people's for money. I would also recommend you check out my (FREE) course on learning how to be a software developer through game development with Godot. There are only 6 classes, but I spent a 40-hour week on writing each one. I thought perhaps I could make money that way, but it turned out to be too much work so I made them free to the Godot community. Some of the code is not the way I would do things in Godot now, but it teaches a lot about the engine, as well as source control, unit testing, and a LOT on game design. There are a ton of links in there on object-oriented programming, the history of video game design and development, etc.

(+1)

Thanks. We will check it out. I've dabbled in game dev since I was teen and taught myself programming from books with CDs containing compilers and code, but my main job was web dev for almost 20 years. It's been fun, but challenging, trying to make the dream of doing game dev for a living come true.

Selling classes/tutorials can be hard these days with so much free on YouTube. We got a set of Zenva classes from a Humble Bundle and hated them. I got them to start teaching my kids, but kept having to stop them and point out things that were wrong, or terrible advice. Then we went onto YouTube and found several free courses that were much better. We did purchase some paid content from some creators after the free courses, but it is a full time job putting out enough free content to get that following, and from the comments I've heard them make, its not doing as well these days. And, of course, you have to keep updating the content as things change.

(+1)

BTW, I was doing a Zenva course yesterday and I was thinking about your evaluation of them. I realized that as a now seasoned Godot developer, I just ignore all the poor choices they make in coding, and take what's useful for me. They definitely have some good programming tricks IMO. However, overall I find GameDev.tv has better, more complete courses. They still have issues, like using @export variables when they should use @onready variables, but at least they don't pepper their code with hard-coded node references everywhere. You might check their courses out, though I have to say that while I found their Godot courses above average, I found their Blender courses to be stellar.

(+1)

I had enough experience to recognize problems, and discuss them with my family, but these were intro courses meant for beginners who generally wouldn't know. Teaching bad habits to beginners who may carry them on for years to come is problematic. We did leave feedback pointing out the problems we saw, and that was several years ago now, so I don't know how things have changed. Hearing that you also notice problems that need to be ignored makes me think they have not taken such feedback to heart. The poor intro classes teaching beginners bad habits was enough that I don't want to support them at all, even if I personally could filter the info.

I've heard of GameDev.tv before, though we have not done any of their courses. We will check them out to see if anything is interesting, thanks. We mainly used the courses as a way to learn the basics. We have several dev YouTube channels we watch sometimes when they have tips, but mostly we learn by running into a problem and looking for a solution, or thinking of something we'd like to do and searching for info on it. Sitting and doing a full course is not our preferred learning style, and generally only for something new where we need a foundation to build on. Blender is something we are still only dabbling as we mostly do 2D currently, so those courses may be worth a look when we are ready for more in-depth 3D modelling, thanks for the tip.