Wallpaper Engine

Wallpaper Engine

Not enough ratings
Geochron
   
Award
Favorite
Favorited
Unfavorite
Miscellaneous: Customizable
Type: Web
Age Rating: Everyone
Genre: Nature
Resolution: Dynamic resolution
Category: Wallpaper
File Size
Posted
Updated
26.840 MB
Jul 1, 2024 @ 1:02pm
Jun 29 @ 7:51am
11 Change Notes ( view )

Subscribe to download
Geochron

Description
Side project, Geochron (look it up) -like display made entirely in Javascript so Wallpaper engine can run it. Despite being a "web" wallpaper, this doesn't need the internet to run at all. All compute is done locally.

Geochron is a trademark and typically the name of a type of map/display/world clock. The terminator line (divider between day and night) is static on such displays, and the map is the part that moves. The map updates every 6 seconds. The terminator line geometry updates once per day. The clock updates once per second.

Most of my code is actual garbage as I don't do this for a living. It's also on GitHub, lookup "Geochron-WPE". Any contribution appreciated.

In the future, I intend to add a lot more customization, a demonstration mode that speeds everything up, and also making use of the real estate at the bottom of the screen.

The map will dynamically resize to always be 1:2. The base images in the background are 3000x6000. Terminator line and gridlines are SVG. I spent way too much time figuring out those night lights so I hope you appreciate them.

Any feedback very welcome. I'm particularly looking for ways to optimize the code (despite it having next to no impact on the system) as well as ideas on how to use the bottom of the screen.

2025-06-29: Finally added proper persistent user settings (hopefully)
5 Comments
Felix Wiseman  [author] Jun 29 @ 7:56am 
ok so I finally got settings to work... Sorry it took me a year lol. Whatever I did, WPE didn't like it despite following docs to the best of my abilities, but now it's janked enough to be working. Might need to unsubscribed, restart WPE, and resub for it to apply; idk it's weird
lucaschewaka Nov 27, 2024 @ 3:04pm 
damn this is cool
Felix Wiseman  [author] Jul 20, 2024 @ 4:34pm 
@Adelando updated and included some of your suggestions!
Felix Wiseman  [author] Jul 15, 2024 @ 4:24pm 
I have a short list of settings I want to add, however I haven't had the time yet. I promise I'll get to them eventually, including what you suggested, but it won't be soon. If you think you're able to add it yourself however, I added instructions to find the project on github (steam didn't like the link), you can submit contributions there and I'll gladly update the project faster

thanks!
Adelando Jul 15, 2024 @ 2:20am 
Hey, I love this, I also went down a rabbit hole of research after seeing a video on GeoChrons too. I would love to be able to add either a custom text down the bottom and maybe have the option to sync the Terminator line with my local time? Anyway great work on this!