Updated readme to include screenshots, try it link, and technical features
Updated readme to include screenshots, try it link, and technical features
Debbuged an issue where products were not listed in a production environment
Create 2048 app using iFrame
Create app launcher and windowing system
Worked on getting the project deployed to Vercel (A lot of headaches with relative and absolute paths)
Create window system, appbar, and a few apps
Add redlight mode to prevent eyes from getting burned while adjusting to the dark
I spent way too much time debugging how to use the data from lightpollution.it to find the light pollution index at a coordinate. Turns out they were using an off-centered projection that I used ChatGPT to decode (x = (lon + 126.44) / 0.03382; y = (-20.28 * lat) + 1862.4;)
Created the equivalent exposures tool to calculate values for each part of the exposure triangle based on other values.
Polishing touches: CSS styling, logo, etc
Added the ability to preview what the generated HTML looks like before having to download it
Got the ability to add different product endings to the custom html
I created a content script to pull data from the site and a popup window to read data and display it, although unformatted right now.