Yo. I'm a programmer and game developer from Norway. Over the years I've made some games and tools and such. And while I can have all of my code on GitHub it is hard to get an overview of the tools that I have made without some better formatting. That's what this page is here for.
Games
You can find my games on itch.io:
https://synthasmagoria.itch.io/
The source code for most games is also available from there.
Videos / presentations
I'll sometimes make videos on various topics. They should all be on my youtube channel. Here are the best ones:
Improving Gamemaker Studio 1 compile times with GMCollage
Bringing Signals to Gamemaker
P2 Technical dev commentary
Writing
Tools
- GMCollage Hacks the Gamemaker Studio 1 compiler in order to allow for the creation of modules
- Gamemaker Project Cleaner Deletes unused files from your Gamemaker project that accumulate over time
- Gamemaker Path Corrector Applies correct capitalization to the folders in your Gamemaker project primarily for Linux compatibility
- Repeating Noise Texture Generator Takes a fragment shader as an input and loops it using smoothstep mixing
Game Engine extensions
- LDtk-GMS Use LDtk in Gamemaker Studio 1.4. Allows for level editing while the game is running.
Scripts / Code snippets
- Gamemaker Signals
- Gamemaker8.2 Signals A small bundle of scripts containing a minimal implementation of the obsverver pattern in Gamemaker