Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Integration with Game Engine? #22

Open
brycefisher opened this issue Dec 18, 2022 · 3 comments
Open

Integration with Game Engine? #22

brycefisher opened this issue Dec 18, 2022 · 3 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@brycefisher
Copy link

It seems like this crate is intended to do the rendering directly, but I'm curious about integrating it with a game engine like Bevy or Fyrox or even Godot. Do you have an example of integrating Forma with a game engine?

@dragostis
Copy link
Contributor

I'd be excited to help integrate with Bevy as a first step. We can probably start by taking a look at how vello does it.

@dragostis dragostis added good first issue Good for newcomers help wanted Extra attention is needed labels Dec 18, 2022
@ionick
Copy link

ionick commented Jan 7, 2023

I took a look at the updated vello example. The integration involves vello rendering to a wgpu texture, which is then used as a material for a mesh. Is this the type of integration you had in mind?

@dragostis
Copy link
Contributor

@ionick, that could be a good first demo. I think we want some form of integration that allows us to draw into whatever texture Bevy gives us, while also being able to integrate into whatever command encoder Bevy gives us.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants