Rudxain / RGB-digital-rain

The Matrix "falling code/letter rain" animation but RGB. No more monochromatic green!
https://rudxain.github.io/RGB-digital-rain/
GNU Affero General Public License v3.0
14 stars 3 forks source link

Use vector graphics instead of bitmap #8

Closed Rudxain closed 2 years ago

Rudxain commented 2 years ago

The only way I know of that would allow me to do this, is by rewriting the code to animate an SVG instead of a Canvas. Using vector graphics would allow users to zoom-in without the canvas looking blurry.

Rudxain commented 2 years ago

I realized CSS can also be animated, lol. Now I don't know which of SVG or CSS I should use

Rudxain commented 2 years ago

This has been somewhat fixed (image-rendering: pixelated). And raster graphics have better performance than vectors (usually)