Code Snippets
# Random code snippets
Posts in Code Snippets
-
Fixing my SSAO with hot reloading shaders
2025-05-31
Using shaders directly to visualize variables is a great way to debug rendering issues.
-
Timestamp Debouncing
2025-05-18
A quick oneliner reference for timestamp based debouncing
-
Paged Vector
2023-10-08
Paged vectors are a data structure that grow linearly and never invalidate pointers to elements
-
Making fast buffered logging.
2023-02-27
tldr, push your flushing to a different thread.
-
Random Python Snippets
2020-11-09
I keep forgetting how to get path to ‘this file’
-
C/C++ Code snippets
2018-03-15
C++ snippets