FurView
- 5 Devlogs
- 3 Total hours
a widget type window that once you give a directory will show all png images in that directory (prefurably furries)
a widget type window that once you give a directory will show all png images in that directory (prefurably furries)
Finished the menu and made the software save a file .config/FurView.txt to keep your choice of time between furries saved between sessions and restarts.
getting file loading was fairly simple as I have experience from M.I.S.E. getting saving was a bit more difficult but stack overflow saved the day!
I’ve got the starts of a config menu going now, using my UI library too!
Images now crop to fit the window nicely, I made the window force itself into a perfect square as you probably want widgets to be square and also it makes the image cropping easier

also picture credit goes to it’s creator, I just saved a duckduckgo search for “protogen” as a complete page for testing and kept only the images
I’ve now implemented an std::duration to make sure each image stays on screen for ~two seconds if it is less than two seconds it redraws the frame buffer until it is
just getting started now! a problem with macroquad is that it cannot load .jpg files so when the program starts up it runs a shell command that uses ImageMagick’s mogrify command to convert every .jpg file to a .png file in the exec’s dir then starts looping through the images