You are browsing as a guest. Sign up (or log in) to start making projects!

3h 53m 35s logged

I worked quite a bit on some minor QoL tweaks like taskbar pinning, desktop icons, and improved window instance management, however most of my time probably went into the whole ‘file system’ logic.

I read a bit about System development online, which taught me about tree structures and optimized child/parent architectures. For this project however we can stay simple as with those few files we likely won’t run into any intense RAM problems anyways.
By iterating through the parent nodes until it hits the root node, and from that exploration data, the explorer then constructs the visible path name for the user.

A few features are still on the radar, but I’m excited that I’ll soon be able to finish & ship this fun little project and tackle the next challenge!

0
1

Comments 0

No comments yet. Be the first!