Starting point 3 - #170
Open
Leeer0y wants to merge 22 commits into
Open
Conversation
git-subtree-dir: vendor/SDL git-subtree-split: 767459e4cdb3c5dee210656332210317fd4ffc1f
git-subtree-dir: vendor/fastgltf git-subtree-split: a31be255ff041fa1d6697e5040fef3c9b6405795
git-subtree-dir: vendor/fmt git-subtree-split: 6c285ba88a22e287f8d33a4e15b43c0095160181
git-subtree-dir: vendor/glm git-subtree-split: 6f14f4792a0cde5d0cf2c910506724d61cb95834
git-subtree-dir: vendor/imgui git-subtree-split: 46d39d56febc2a00bdd2270dc88c8a13f2a0441a
git-subtree-dir: vendor/stb git-subtree-split: 2c980bb59875b0d32144a71867fbdebb2f77cd20
git-subtree-dir: vendor/vkbootstrap git-subtree-split: 05df4608647eed333e216a136bb45809cce31471
git-subtree-dir: vendor/vma git-subtree-split: 3aa921224c154a0d2c43912bc88e1c42ce1f7607
git-subtree-dir: vendor/volk git-subtree-split: dbc6d2fbb0cc07d3e42669f594a991ac35f666d9
Owner
|
Thanks, but the project vendoring in the dependencies is actually intended. That way downloading a .zip from github includes all that is needed to work. I do need to upgrade to SDL 3 and newer libraries. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I updated the starting point to use modern library versions, changing to SDL3, along with the use of git sub-trees to cleanly include vendored repertoires. I thought this may be useful for people, like myself, following this tutorial today.
I believe this is my first pull request to a public project, so apologies if anything is not up to standard.
I think this would be good as a new starting point branch, but im not sure how to request that.