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

Add chapter on rendering multiple objects #8

Open
SaschaWillems opened this issue Sep 8, 2023 · 1 comment
Open

Add chapter on rendering multiple objects #8

SaschaWillems opened this issue Sep 8, 2023 · 1 comment
Assignees

Comments

@SaschaWillems
Copy link
Collaborator

Add extra chapter to tutorial which adds in the necessary code to allow for drawing of multiple objects. Noting what needs to and doesn’t need to be duplicated (multiple uniform buffers but 1 vkPipeline, etc).
Reason: Shows newcomers to the API how to draw many things, shows how all the different concepts in vulkan fit together, last ‘big thing’ needed to allow people to feel capable of moving forward

Dependencies: Command buffer recording

Note: Copied from the old repo's project board

@SaschaWillems SaschaWillems changed the title Rendering multiple objects: Rendering multiple objects Sep 8, 2023
@dgubser
Copy link

dgubser commented Dec 25, 2023

Adding the extra chapter would be a huge benefit. Thank you for thinking of it. I will look forward to seeing it.

@SaschaWillems SaschaWillems changed the title Rendering multiple objects Add chapter on rendering multiple objects Mar 11, 2024
@SaschaWillems SaschaWillems self-assigned this Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants