Relative Content

Tag Archive for html5-canvas2dgame-enginereact-typescriptrenderer

HTML Canvas displays incomplete frames. (React overhead)

I am currently making an HTMLCanvas2D engine for myself but as the title suggest occasionally the canvas displays unfinished Frames. There is no consistency to when or how often it does so. I assume the problem is a combination with my structure and how react updates components. (If that matters almost everything below these functions in the tree are class based and not functional like the react overhead)