Zakarya ac3d579254 Massive performance improvement in background rendering
Turns out the performance bottleneck was actually rendering the
gradients every frame, so they are now rendering to a buffer when the
page loads once and that buffer is being rendered as an image every
frame. No functionality has been changed; but it runs so much faster and
is much more efficient on mobile devices.
2025-03-31 19:59:16 -07:00
2025-01-29 18:13:41 -08:00
2025-01-29 10:52:53 -08:00
2025-01-29 10:52:53 -08:00
2025-03-31 16:11:31 -07:00
2025-03-31 15:51:57 -07:00
2025-01-29 10:52:53 -08:00
2025-03-31 15:51:57 -07:00
2025-03-31 15:51:57 -07:00

Colormatic Website

colormatic.org

This project uses SvelteKit along with TypeScript and Sass. It's configured for static site generation (SSG) and prerendering at compile time to create a simple static website for Nginx to serve, with very little client-side rendering (CSR).

The Colormatic website is developed with accordance to modern web standards, however a legacy website will be available in the future for older/less capable browsers.

To download the project, run:

git clone git@git.colormatic.org:ColormaticStudios/Colormatic-Website.git
cd Colormatic-Website
npm install

You can run the project locally with:

npm run dev

Or you can build the project for release with:

npm run build

After the project has been built, you can preview the release build with:

npm run preview

Before submitting a push or pull request, run:

npm run format

To format your code according to the project code format. Remember to never fight the formatter.

Bootstrap Icons are licensed under the MIT license.

Description
The official Colormatic website
https://colormatic.org
Readme 1.2 MiB
v1.2.2 Latest
2025-04-02 19:59:04 -07:00
Languages
Svelte 88.1%
SCSS 7.2%
TypeScript 3.6%
JavaScript 0.6%
HTML 0.5%