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

Update distribution into sections and chapters #52

Open
rkharsan opened this issue Oct 6, 2024 · 0 comments
Open

Update distribution into sections and chapters #52

rkharsan opened this issue Oct 6, 2024 · 0 comments

Comments

@rkharsan
Copy link

rkharsan commented Oct 6, 2024

Currently the tutorial is organized in a somewhat peculiar way:

image

Looking at this, you would assume that "Drawing a Triangle", "Vertex Buffers", and "Depth Buffering" will be roughly equal in length or complexity. I assumed that all of these were chapters, roughly similar in length. But in reality, "Drawing a Triangle" alone is half the length of the entire tutorial. (To check this, see the PDF versions from https://vulkan-tutorial.com)

Drawing a Triangle also has 2 levels of nesting, while there are some top-level items with one (ex. Vertex Buffers) or no (ex. Depth Buffering) levels of nesting. I think it would be a good idea to organize things a bit differently to divide the tutorial into equal sized pieces.

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

1 participant