Welcome to my corner of the internet
Enjoy your stay! You can find all the things I'm working on with regards to:- open source
- hiking
- travel
- guitars, amps and effects
- overlanding
- drones
- gaming (in linux and steamdeck)
- Atiya my dog
Latest Blog Posts
Godot Patterns:Ā Prefab
published on 07/11/2024In this post Iāll go over the Prefab pattern that Iāve been using in Atiyaās Quest, that allows for dynamic content creation inĀ Godot.
| tags: Linux, Python, GDScript, Godot, Patterns, PrefabGodot Patterns:Ā EventBus
published on 06/11/2024EventBus pattern inĀ Godot
| tags: Linux, Python, GDScript, Godot, Patterns, EventBusGDScript vs Python (from a Python DevāsĀ perspective)
published on 04/11/2024Learning curve coming in from having done many years of Python Dev, syntactically the language ālooksā very similar, thereās very little visual differences when looking at theĀ code.
| tags: Linux, Python, GDScript, Godot