This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
Visibility Jam Ideas #33
bitwitch
started this conversation in
Libraries & Tools
Replies: 1 comment 1 reply
-
I got the idea of creating a Zig codebase viz tool from reading this list. Just wanted to say thanks for jamming out those ideas and inspiring others! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These ideas were all collected from the HMN discord.
Whichever process writes the most - it's car runs the fastest
Maybe put the cars on a lap so it can run indefinetely
maybe we'll find that gears of war was actually purple this whole time :P
Things like a flamegraph, a memory view, seeing what native resources are allocated on behalf of an app, what host API it calls, etc.
E.g. a memory visualizer that is specialized to display information about memory arenas. So you can see what lifetimes are grouped together.
I'm thinking of a program that breaks at a memory corruption (like ASAN) and allows you to single-step after that, while showing you a diagram of stack frames or heap data structures and how they got affected by the corruption.
Beta Was this translation helpful? Give feedback.
All reactions