Skip to content
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

visualizer: Fix camera controls in web contexts #215

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Conversation

mrozycki
Copy link
Owner

fixes #207

I have also removed the support for running the visualizer standalone in web browser. This is because there is no way to fix the camera controls within bevy (it has no notion of oncontextmenu event, and no way to prevent default on those), and there is no reason to keep supporting it, since you can now run visualizer in WebUI, and for any manual testing you'd need to run the WebUI anyway.

@mrozycki mrozycki merged commit 7e5d7e5 into main Dec 11, 2023
1 check passed
@mrozycki mrozycki deleted the fix-camera branch December 11, 2023 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix camera controls in WebUI visualizer
2 participants