AcademiaOS
- 4 Devlogs
- 14 Total hours
OS loosely inspired by a dark academia aesthetic.
OS loosely inspired by a dark academia aesthetic.
Devlog#4 Completed most of the record player app. Just have a bit of the javascript left.
Devlog#3 Finished the calculator and a bit of the notes app.
Devlog#2 Ok so during the past week i worked on the: app icon, closing and opening windows, and app selection. It took me a ridiculous amount of time to make the app div change class in response to a click. I disabled pointer events on the background but that just turned it off for all the other windows too. Eventually, i found out i could enable pointer events for everything but the background using the *:not(#background) in css and it FINALLY worked. This was my first time using Javascript, so now that I’ve had some exposure hopefully its easier to work on the individual apps T-T. I made all the icons myself using libresprite.
Devlog#1 Decided to make a pixel background and learned how to use libresprite. Took WAY longer than i thought-