now the program can go through your music entire music directory and find sub directories to go through, and songs to play.
also a while back I made it so the log also gets placed inside a file.
here are a few images of the log and the code:
now the program can go through your music entire music directory and find sub directories to go through, and songs to play.
also a while back I made it so the log also gets placed inside a file.
here are a few images of the log and the code:
I’ve just written the cleanest code in my life…
currently the refactored version does:
and while it does all that, it prints to a log I designed myself (somehow I’m most proud of the log… the thing no one will ever see)
here’s the Log:
I’ve done some more work on the project, but I will refactor the code so its easier to work with and less of a mess, this time I’ll actually make a plan on how I should do this.
somehow in the previous code the terminal was refreshing and clearing even though I wasn’t telling it to do that, but it also wouldn’t show the things I wanted it to show… and I discovered that the curses package in python doesn’t work well with threading, so I’ll have to optimize it in some other way.
luckily I split up the the files into 2 separate python documents, and I only have to refactor 1 of them as the other one is just classes I can use in the refactored version.
I started adding the basic GUI by drawing the borders and some text which never changes. I also added the ability to read key’s being pressed, currently when pressing the space button some songs starts playing
Started working on the overall visuals of the terminal app. this is just a mock up, only made from UNICODE characters, this is hopefully how the app will end up looking when its done.
Other than the visuals I also added some code which allows me to make a config file, also I set up all the packages I’ll use, and a few functions.
Just started a remake of Grow Castle. currently I finished building the build area & menu systems.
Currently I have a fully modular system which allows me to display anything in the build menu after you press an area selected when developing. I can use this to build different types of elements, later in the development there will be hero’s and support buildings, since I made it modular I can use the same system for both. Later I might add even more building types
I added an icon to the node, and tried to use the rendering server, it didn’t work it was much worse performance, but the sprite version still works
Currently working on a new plugin for godot, here’s a result of what you can currently do with it
this plugin will allow the developer to easily use sprite stacking in their projects
Currently its very basic, it allows for rotation, but only in the Y axis, it’s also not optimized well and may start lagging for larger projects