The Shaggy Dev - Page 8

Recent posts

11 tips for writing cleaner code

23 minute read

These principles, applicable to any type of software developer, will help you write code that is more readable and more maintainable.

Bite-sized Godot: Better screen shake

9 minute read

Using Godot’s built-in OpenSimplexNoise class, we use create smooth, continuous noise to control our camera. Appropriate for both intense screen shaking and ...