Fixing my SSAO with hot reloading shaders
Using shaders directly to visualize variables is a great way to debug rendering issues.
Timestamp Debouncing
A quick oneliner reference for timestamp based debouncing
Paged Vector
Paged vectors are a data structure that grow linearly and never invalidate pointers to elements
Making fast buffered logging.
tldr, push your flushing to a different thread.
AI Behavior trees
You can nest Behaviour Trees in unreal!
Random Python Snippets
I keep forgetting how to get path to ‘this file’
EAN-8 Barcode, Code golf
That one time I did a code golf
C/C++ Code snippets
C++ snippets
Hot Swapping Cpp Code (demo)
Just a cool idea I had once
Hardware NES Emulator Part 1 - Video Output
Will I ever finish this? who knows?
Hello World!
If you’re reading this, It worked!