Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Javascript/Canvas Performance #7

@reneroth

Description

@reneroth

Javascript performance (especially drawing on canvas) is brutally slow compared to native browsers, even when used sparingly. A single call to CanvasRenderingContext2D.fillRect() once per renderframe kills performance to where the whole system becomes unstable.
I'm not really experienced in using WebKit from an application dev's pov, so I'm not sure if there is a "fix" for this - maybe some compiler flags that can be set to enable GPU support?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions