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

Rewrite visualiser in Bevy #18

Closed
mrozycki opened this issue Oct 26, 2022 · 2 comments
Closed

Rewrite visualiser in Bevy #18

mrozycki opened this issue Oct 26, 2022 · 2 comments
Assignees
Labels
visualiser Changes in the visualiser

Comments

@mrozycki
Copy link
Owner

This would allow us to easily have a live view of the animation in the web browser, since Bevy compiles to WASM.

See @krzmaz's comment in #6

@mrozycki mrozycki added this to the Post-Christmas milestone Oct 26, 2022
@mrozycki mrozycki added the visualiser Changes in the visualiser label Dec 5, 2022
@mrozycki
Copy link
Owner Author

We now have a working Bevy visualiser for development purposes, but it still requires some work before we can call it done:

  • Change direction of communication with webapi. Visualiser should connect to webapi to get frames, otherwise it won't work in browser.
  • Make it compile and run in browser. This is currently impossible due to the websocket library used.

@mrozycki
Copy link
Owner Author

I have created separate issues for the above tasks: #180, #181. Closing this, as the remaining work is tracked elsewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
visualiser Changes in the visualiser
Projects
None yet
Development

No branches or pull requests

2 participants