sakhnik / nvim-ui

gtk4 GUI for neovim
MIT License
48 stars 0 forks source link

Investigate and fix texture noise #20

Closed sakhnik closed 3 years ago

sakhnik commented 3 years ago

The textures seem to be clean but when copied to the renderer, show colour jitter. texture-noise

sakhnik commented 3 years ago

It looks like it's the drawback of using SDL2. Maybe need to switch to some software stack for pixel precision.