Decided to make a Makecode OS, by default on the browser the resolution will be set to 720p instead of 120p, so about 6 times bigger, the style will resemble windows 95,
so far i only made windows, nothing else, no text, no nothin
here it is if you want it
I’m trying to add as many comments to my code as I can. to make it readable ofc
also, there is no user interface yet, only a few testing things
problem, i made the MS sans text from windows 95, and you cant reed because of the higher resolution Xd, and with even only 3 tabs with a bit of text the fps is like 15, if you minimize them you’re fine but
i remade the window system entirely Xd
so fun to work on tho, I honestly love it
when you try to scroll down, you resize the window, and it goes off screen (huge bug)
but i managed to make it WAY more optimized
turns out that the scene.setBackgroundImage(img: Image) has some performance stuff implemented or something, so the background didn’t reset every frame.