-
Notifications
You must be signed in to change notification settings - Fork 79
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 Holoviz feature samples #452
Add Holoviz feature samples #452
Conversation
- sRGB example - vsync example This is using cookiecutter to generate the various examples from a template. Signed-off-by: Andreas Heumann <aheumann@nvidia.com>
9eb5a35
to
371303e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @AndreasHeumann .
The cookiecutter
approach is interesting. As I understand it, there are multiple planned examples to follow that will use similar boilerplate with manual updates to demonstrate each feature. In that case I see how the cookiecutter
makes sense over alternatives like compiler directives or CMake configuration (*.cpp.in
) that other HoloHub examples might rely on, which are not as flexible for a wide range of configurable values or for reading source code.
Looks good to me.
applications/holoviz/template/cookiecutter-holoviz/{{cookiecutter.project_slug}}/README.md
Outdated
Show resolved
Hide resolved
…ter.project_slug}}/README.md Minor spelling fix Signed-off-by: Tom Birdsong <40648863+tbirdso@users.noreply.github.com>
Minor spelling fix Signed-off-by: Tom Birdsong <40648863+tbirdso@users.noreply.github.com>
Added two minor spelling fixes to avoid them blocking merge. Moving forward with squash & merge. |
* Add Holoviz feature samples - sRGB example - vsync example This is using cookiecutter to generate the various examples from a template. Signed-off-by: Andreas Heumann <aheumann@nvidia.com> * Update applications/holoviz/template/cookiecutter-holoviz/{{cookiecutter.project_slug}}/README.md Minor spelling fix Signed-off-by: Tom Birdsong <40648863+tbirdso@users.noreply.github.com> * Update applications/holoviz/holoviz_srgb/README.md Minor spelling fix Signed-off-by: Tom Birdsong <40648863+tbirdso@users.noreply.github.com> --------- Signed-off-by: Andreas Heumann <aheumann@nvidia.com> Signed-off-by: Tom Birdsong <40648863+tbirdso@users.noreply.github.com> Co-authored-by: Tom Birdsong <40648863+tbirdso@users.noreply.github.com> Signed-off-by: Rony Rado <rrado@nvidia.com>
This is using cookiecutter to generate the various examples from a template.