You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, setting up this project for local testing requires going into examples/_res and following the instructions to clone the resources repository. This can be problematic because:
It's an extra step that can be overlooked for contributors
The main branch of the repository is not guaranteed to be in sync with commits in this repository
This could be handled more elegantly with the resources repo as a Git submodule of this project.
This would mean that:
Both repositories can be cloned in one step with git clone --recurse-submodules
The appropriate commit from the resources repository will be versioned with this repository, so examples are guaranteed to work at any point in the project history.
The text was updated successfully, but these errors were encountered:
Thats something I was going to do in the next version of ossos, but hopefully have a set of models I made myself so I dont need to worry about copyrights & whatnot.
Currently, setting up this project for local testing requires going into
examples/_res
and following the instructions to clone the resources repository. This can be problematic because:main
branch of the repository is not guaranteed to be in sync with commits in this repositoryThis could be handled more elegantly with the resources repo as a Git submodule of this project.
This would mean that:
git clone --recurse-submodules
The text was updated successfully, but these errors were encountered: