Creating A Markdown Editor in Godot
Can you make a markdown editor in Godot? I think so and imma do it
1842 words
|
9 minutes
Advent of Code 2024
Advent of Code has officially started, and here are my solutions for it (incomplete)
760 words
|
4 minutes
Parallax Camera Tutorial for Godot 4
Create a parallax camera controller in Godot 4 for both 2D and 3D
488 words
|
2 minutes
Weighted RNG Tutorial in Godot 4
An image showing the outcome of a weighted RNG done 100 times, with common getting generated 71 times. uncommon 21 times and rare 8 times
1555 words
|
8 minutes
Utility AI Tutorial for Godot 4
Creating a simple yet modular Utility AI in Godot 4
2358 words
|
12 minutes
Poisson Disc Sampling Algorithm in Godot 4
An algorithm that can be used to place objects down randomly without overlap and without the need for raycasts or collisions.
1368 words
|
7 minutes
Coordinate-Based Chunk Checking in Godot 4
A system to check what chunk a character is on efficiently, only requiring one calculation independent from the number of chunks.
1245 words
|
6 minutes