-
Notifications
You must be signed in to change notification settings - Fork 55
feat(examples): add multi-backend support #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
if #108 is merged before this one, some examples should be updated with the new options for hyperlinks |
orhun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is so neat! Thanks <3
It requires a refactor and we should be set
Co-authored-by: Orhun Parmaksız <[email protected]>
|
there, i think everything above has been addressed |
orhun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat, LGTM!
This merge request implements the multi-backend functionality discussed in #103. It adds the ability to switch between different rendering backends (DOM, Canvas, WebGL2) on the fly (reloads the application), along with a real-time FPS counter.
Changes
New Shared Library (
examples/shared/)?backend=webgl2)backend_from_query_param()for consistent backend creationUpdated Examples
Modified all 17 examples to use the new multi-backend system:
Features