Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 599 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 599 Bytes

rplace-2023

r/place realtime player for 2023, using Vulkano.

Inspired by Applying 5 million pixel updates per second with Rust & wgpu.

Screenshot

Compute shader is used to update the canvas, resulting in 10000x playback speed with ocassional frame drops.

bincode & gz are used to compress and read the pixel updates data.

Todos

  • Color space correction.
  • Trialing data should be processed.
  • Player control.