The Drag and Drop Inventory [project source files]
Project source files for the tutorial video: https://www.youtube.com/watch?v=JUR1qQ79eJY
This includes ...
2025-07-29 11:59:00 +0000 UTC View Post
Project source files for the tutorial video: https://www.youtube.com/watch?v=JUR1qQ79eJY
This includes ...
2025-07-29 11:59:00 +0000 UTC View PostThe next video is all about Godot's own drag and drop system.
We'll be making a fully functional inventory system and explore all the tips and tricks needed to fully customize this system to ...
2025-07-27 15:40:46 +0000 UTC View PostI was playing around with some prototypes to learn how to make proper UI interactions when I suddenly fell into the inventory system rabbit hole.
I made my own drag & drop system before I...
2025-07-21 01:17:57 +0000 UTC View Post
Project source files used in the tutorial: https://www.youtube.com/watch?v=pXEXSOdjnOk
Here are the project...
2025-07-17 14:20:45 +0000 UTC View PostPathfinding in Godot is easy. But at the same time, there are a lot of complications and nuances you need to understand to fix your movement problems.
I have plans to make a...
2025-07-14 02:00:04 +0000 UTC View Post
Project files used in the tutorial: https://www.youtube.com/watch?v=TnL0i47QhqI
This project was the demo s...
2025-07-08 07:06:28 +0000 UTC View PostThe next video is going to be a quick one on how to select units in RTS style games.
We'll be making a simple selection box and selecting a few units to move around the screen.
Not much...
2025-07-06 14:38:53 +0000 UTC View PostOn the fourth video of the series, we'll take all the things we learned and put them all together.
We'll be cleaning up the code, and finally putting the mesh into our car so we can see all t...
2025-06-21 04:00:00 +0000 UTC View Post
The third video in the series is going to be all about how to make the car turn.
We'll go over the physics and talk about some other ways to make the raycast car turn.
The next step is all about making our car move.
We'll start by refactoring the wheels to their own class to help us customize the car later.
Then we'll add a simple acceleration and decele...
2025-05-04 11:43:03 +0000 UTC View Post
I'm starting a small series teaching how to make a physically simulated vehicle using raycasts and give you the start of an arcade racing game.
A raycast car is very powerful, and understandi...
2025-04-16 20:42:39 +0000 UTC View Post
Video: https://youtu.be/1_0uxH8ls70
Project file used on the video in the attachments.
2025-03-25 21:43:32 +0000 UTC View Post
Video: https://www.youtube.com/watch?v=3thRbXSXcxk
Godot 4.4 released with tons of incredible new features....
2025-03-05 14:01:25 +0000 UTC View Post
I decided last week to try and setup a nvim IDE to see if it could work as well as the good old vscode.
I used vim before, and I quite like it. But I just can't live without some of the more ...
2025-02-19 17:41:59 +0000 UTC View Post
The next video will be all about you can contribute code to Godot.
Ever had an annoying bug you wanted to fix?
A new quality of life change you wanted to add?
I...
2025-01-31 16:22:39 +0000 UTC View PostI've been making a tutorial about the basics of an FPS controller.
It'll cover how to make the FPS camera, how to fix weapon clipping, how to setup arms, moving platforms, shooting and even b...
2024-12-29 15:25:49 +0000 UTC View Post
Project source files for the PirateGameJam15
Video link: https://www.youtube.com/watch?v=9OuXaDNqA4A
...
2024-12-22 22:31:38 +0000 UTC View Post
Video: https://www.youtube.com/watch?v=9OuXaDNqA4A
I made an attempt at creating a game for a gamejam a wh...
Godot project file used to record the video.
Video: https://www.youtube.com/watch?v=CG0TMH8D8kY
2024-09-19 17:37:07 +0000 UTC View Post
I've been playing around with outlines recently.
There is a very simple way to make outline shaders without a single line of code that is very easy to use and setup by using the the 'grow' pr...
2024-08-27 12:06:53 +0000 UTC View Post
Project source files used in the video tutorial.
Project in attachments
2024-08-27 00:05:58 +0000 UTC View Post
This is a bit late, but a few months ago I discovered Obsidian. (on 03/16/2024)
An incredibly powerful tool for taking notes and organizing things.
The p...
2024-08-22 17:54:31 +0000 UTC View Post
Video : https://www.youtube.com/watch?v=JPL4-rXZNW8
To build your games in Godot you need to install...
2024-07-20 06:16:37 +0000 UTC View Post
Import and editor scripts project used in the video tutorials.
The project also uses a modified version of the Shell_Fur addon to work on Godot 4.
It is used to make fur on model...
2024-07-13 10:43:20 +0000 UTC View Post
Godot 4.3 is almost here and the new rendering hooks as compositor effects are just awesome.
It's never been easier to make and stack post-effects together.
The way it works is t...
2024-07-01 06:31:13 +0000 UTC View PostIn the next video, we'll be making a cannon tower and an arrow tower shoot projectiles at a moving target.
And by the end, we'll have our very own tower defense. With enemies moving along a p...
2024-06-15 23:22:46 +0000 UTC View PostUpdate: I think I fixed it. I messed up the rotations. Two days of reviewing physics calculus formulas thinking they were wrong and turns out I messed up the rota...
2024-06-03 03:27:52 +0000 UTC View PostI finally started recording some videos.
I still needs to write the script, record the voice and edit the video. But now I think I have a general idea of what I'll be talking about.
The...
2024-05-25 14:18:17 +0000 UTC View Post
Can you spot the differences?
I've been having some problems with autocomplete using autoload variables so I decided to try using VSCode with gdscript.
Quite a few video ideas I want to make are a bit complicated or would take a bit too long to setup so instead I'm thinking about making a video about tweens in general. After you learn how to use t...
2024-05-14 05:46:11 +0000 UTC View Post