-
v1.2.2 Stable
released this
2025-04-02 19:59:04 -07:00 | 2 commits to main since this releaseCopied from
4b99a1c26e
commit messageSo it turns out the performance improvements were completely neglected
because my code is bad. The buffer wasn't getting rendered to the canvas
in the best way, and there were too many particles for smaller screens.
I have now added a simple math equation to the init function that
decides how many particles are needed based on the display size. It
still needs a lot of tweaking, and a more complex function is probably
necessary for good results. I'm still trying to get this background to
not suck and actually look good.Downloads
-
v1.2.0 Stable
released this
2025-03-18 21:40:43 -07:00 | 10 commits to main since this releaseChangelog:
- Lots of changes to the background, mainly using images instead of draw commands, much less particles but bigger
- Architectural changes: custom styling and scripts are now built into the Svelte pages
- The Zakarya page layout was changed
- More text was added to the about page
- The border on panels was fixed for dark theme
Downloads
-
v1.1.1 Stable
released this
2025-03-11 10:01:15 -07:00 | 21 commits to main since this releaseDownloads
-
v1.1.0 Stable
released this
2025-02-22 17:47:25 -08:00 | 24 commits to main since this releaseDownloads
-
v1.0.0 Stable
released this
2025-01-29 11:04:43 -08:00 | 34 commits to main since this releaseInitial v1.0.0 release
There are some minor changes since the old version, but the only visible change is the icons are slightly different sizes.
Downloads