Posts
Search
Contact
Cookies
About
RSS


runZ80 emulator initial SDCC support
While programming in Z80 assembly isn't inherently difficult, in can be a little laborious... So I decided to get SDCC …

Minor update to car physic example
I made some minor physics tweaks and updated Raylib and OpenDE versions, a later update may include some extra parameters …

Godot - auto populate OptionButton from Enum
Its an important principle in coding that you never maintain two sources of the same truth...Lets say we have an …

A graph of your Godot project
Each level in my project has a number of instanced scenes (or "props" as I call them), some of them …

Godot scenes as components - the importance of local to scene.
You probably won't need to have used Godot for very long before you notice that if you duplicate a Node …

Windows ignoring sleep settings, really?
These days on non work hardware, about the only time I use windows is to play one particular game, that …