got some plans, and started to go deep into the rabbit hole…
got some plans, and started to go deep into the rabbit hole…
do i have enough colors?
all of the theme color palates for the 4 themes + custom that you can pick from (dracula, nord, gruvbox, catpuchin mocha, and none). This is used for fg as \033[3[0-9]m and bg as \033[4[0-9]m.
first real bit of progress on my vscode extension, that allows you to view strings, with ANSI escape codes applied, so far i have basic foreground colors, but it looks cool. (ANSI is how it will look when printed in the terminal)
yay!, 40+ dependencies.
created a screen mirror demo that i used to create a video for stardance socials: https://www.youtube.com/shorts/hIqH1Aea_eg and a basic windows spotlight img fetcher to have more imgs to showcase working in terminal, and started working on a quiz generator that could be used for better terminal install wizards, cool quizzes, or settings menus.
added a video renderer, sadly text is pretty illegable on it, but it’s rendering them in the terminal so. Also has ability to pause videos as shown in the video with “ “, and even unpause, the video was downloaded with a another tool in this multitool im making. The video rendering uses sixel. (python)
got a .gif to load and run in the terminal (python), using sixtel.
my dogo printed out with python, using sixtel.
started to work on the dynamic window system more. But is verry much a wip, for the foreseeable future, but kinda works well enough to be functional for now.
finished pcb wiring, planning on having 5 buttons (w/ led backlights), a rotary encoder, and a oled screen. Am going to start making case next, might also look for some art to put in top right.
Finished my site up with a random button, and clock, that can be toggled. I learned a lot, and had fun with the mission.
Finished the basic mission portion. Planing on adding a simple clock, and random date button, before i ship.
not much, just added loading text, so that when you load up the app, it doesn’t just freeze while figuring out what types your disks are. Also made it check for new disks every 10s.
added this box, which grabs your memory stats, and disk stats, and is compatible with all themes.
It’s starting to come together, and look really good, the top is a CPU usage visualizer, with a core by core view. Time in top center, and the bottom, is a cava-like audio visualizer (has it’s own demo too). Planning on adding coloring to the audio visualizer next, followed by more util functions. (python)
added the ability to switch themes with k, l and favorite themes with j, and also added a way to play music and download music through yt-dlp. (python)
here’s the nord theme in use, i “borrowed” some themes from btop’s repo, and have configured my current code to use the colors dynamically.