Is there a way to render a primitive Canvas? Roughly speaking, I need to redraw each frame by pixels, and doing it with Canvas is wildly slow.
Is there a way to render a primitive Canvas? Roughly speaking, I need to redraw each frame by pixels, and doing it with Canvas is wildly slow.
Source: https://ru.stackoverflow.com/questions/564937/
All Articles