Potpourri Python Index
Potpourri Python IndexThe blog for neat stuff I do in Python.Posted: April 23, 2025Last Updated: April 23, 2025UPDATES (Chronological):Magic Bytes (2025/04/23)BY TOPIC:Files/File Types:Magic Bytes
Your blog category
Potpourri Python IndexThe blog for neat stuff I do in Python.Posted: April 23, 2025Last Updated: April 23, 2025UPDATES (Chronological):Magic Bytes (2025/04/23)BY TOPIC:Files/File Types:Magic Bytes
Posted: March 17, 2025Last Updated: June 1, 2025Peruse some of my favorite and most excessive bullet hell bullet patterns that I've come up with in my level editor over time.…
Visual Novel Animations - BB - Update 14Posted: March 17, 2025Last Updated: March 17, 2025Visual Novel Animations - BB - Update 14Timeframe: February 25, 2025 - March 7, 2025!!! Jump…
Modding with Burst - BB - Update 13Posted: March 2, 2025Last Updated: March 2, 2025Modding with Burst - BB - Update 13Timeframe: February 19, 2025 - February 25, 2025!!! Jump…
Unity ECS ModdingPosted: February 26, 2025Last Updated: February 26, 2025Introduction and ScopeHow to Add Modding to your ECS ProjectSimpleAdvancedDebugging (The Rant)UpdatesINTRODUCTION AND SCOPE:For the past year or so I've been…
Asset Selector and Modding - BB - Update 12Posted: February 19, 2025Last Updated: February 26, 2025Asset Selector and Modding - BB - Update 12Timeframe: February 1, 2024 - February 18,…
C# Undo/Redo SystemPosted: February 18, 2025Last Updated: February 18, 2025This page goes over my method for implementing a C# undo/redo system using a state-based approach.I decided to google "C# undo…