Skip to content
Discussion options

You must be logged in to vote

It's possible. I've made something like that for mobile devices with Bevy: https://noumenal.app
If you can generate the mesh (vertex positions, normals, etc.) fast enough, Bevy should be able to render them.

If it takes more than a frame to generate a mesh, you can use an asynchronous task or a separate thread and an Arc<Mutex<T>> resource.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ghost
Comment options

@HackerFoo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant