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

implement double buffering #46

Closed Rudxain closed 7 months ago

Rudxain commented 7 months ago

https://en.wikipedia.org/wiki/Multiple_buffering

This isn't a game. Input lag is irrelevant. Interactivity is optional.

Useful info: https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas

Rudxain commented 7 months ago

I would rather implement WebGL 1st, as it looks more promising for FPS

Rudxain commented 7 months ago

According to these:

There is no need to do this