Devlog - 3
I forgot the last time i posted a devlog :]
Like all my previous devlogs i spent half the time actually coding new things and half debugging and fixing stupid mistakes i made + im also not satisfied with how little i’ve added again
Boring things i added/fixed:
-
The workspace can now hold 88 apps(i think, i’m not very good at counting) instead of the previous 8. This is because i use .place() instead of tkinter’s(customtkinter’s) .grid or .pack so i had to make my own organization system. Before, it only organized widgets vertically so after the 8th app it would go off screen. Now it also organizes horizontally so it fits more apps!(not that i’ll ever add any more than 10 tho..)
-
I’ve made the shutdown button now have a little power button icon instead of the ugly text “shutdown”
-
Added a time display thingy that has a cool breathing animation
Less boring things i added:
-
Added a notes(text editor) app that saves the text you type in.. yes i know this app was a very monumental change
-
Reaction time app that tests your reaction time. Also, the icon of this app was the first pixel art i made(yes i know im such an artist)
This is also the final version, because the next step is shipping!
But, before shipping i need to fix a really annoying bug. When i drag a more demanding window(like for example clicker, it has quite a few widgets and images) over the apps on the left, it duplicates itself and glitches.
Being completely honest, i have absolutely no idea what’s causing that and atp i’m probably just gonna make it so that the apps appear on the sidebar.. which would also mean i made an organization system for apsolutely nothing.. or i could ship it with the bug since it’s just a qol bug and not anything game breaking