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

Use mid-level render APIs for render #962

Closed
tychedelia opened this issue Feb 27, 2024 · 0 comments · Fixed by #964
Closed

Use mid-level render APIs for render #962

tychedelia opened this issue Feb 27, 2024 · 0 comments · Fixed by #964
Assignees
Labels

Comments

@tychedelia
Copy link
Collaborator

Currently from #960, we are using a pretty direct port of the existing rendering, running everything in our own ViewNode in Bevy's render graph. However, since we're not really doing anything complex here, we should be able to use Bevy's mid-level render APIs instead. This will hopefully bring us more closely aligned with Bevy idiom's, and provide better integration for doing stuff like combining Nannou with a 3d Bevy scene.

@tychedelia tychedelia self-assigned this Feb 27, 2024
@tychedelia tychedelia moved this to Ready in Bevy Plugin Rework Feb 27, 2024
@tychedelia tychedelia linked a pull request Mar 1, 2024 that will close this issue
@tychedelia tychedelia moved this from Ready to In progress in Bevy Plugin Rework Mar 1, 2024
@tychedelia tychedelia moved this from In progress to In review in Bevy Plugin Rework Mar 1, 2024
@github-project-automation github-project-automation bot moved this from In review to Done in Bevy Plugin Rework Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
1 participant