Bevy Playground #1128
alice-i-cecile
started this conversation in
Ideas
Bevy Playground
#1128
Replies: 2 comments
-
There now is https://learnbevy.com/playground by |
Beta Was this translation helpful? Give feedback.
0 replies
-
@NiklasEi Dang, that is a nice online editor and lots of examples! @alice-i-cecile I do still think trying to get it added to repl.it is a good idea. They have a cool live "mob programming" feature and a community of people coding in all different languages, but just having a bevy starter there could get more exposure to bevy and people experimenting with it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When writing examples and using Bevy as a teaching tool, it would be fantastic to have an interactive low-friction web-based terminal for Bevy. Unfortunately, Rust playground doesn't work, because Bevy is not in the top 100 crates, and repl.it fails to build
ash
.If we wanted this, we could:
Graphics / audio support might be hard in this sort of environment; as tuboinatub mentioned
bevy_webgl2
might be a valid approach towards this.Beta Was this translation helpful? Give feedback.
All reactions