Skip to content

timing bug when example boots #12

@esromneb

Description

@esromneb

When the example webpage boots there is a timing bug where the rainbow can render after a resize and cause an issue.

Correct (guess):
c++ resize 400
c++ draw rainbow
js draw rainbow
c++ resize 10
c++ draw ray
js draw ray

Incorrect (guess):
c++ resize 400
c++ draw rainbow
c++ resize 10
js draw rainbow

Correct
Wrong

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