Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VkCV Demos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vulkan2021
VkCV Demos
Commits
89ff9c3f
Verified
Commit
89ff9c3f
authored
2 years ago
by
Tobias Frisch
Browse files
Options
Downloads
Patches
Plain Diff
Add README for the repository
Signed-off-by:
Tobias Frisch
<
tfrisch@uni-koblenz.de
>
parent
8b91ec28
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+31
-0
31 additions, 0 deletions
README.md
with
31 additions
and
0 deletions
README.md
0 → 100644
+
31
−
0
View file @
89ff9c3f
# VkCV Demos
A list of demo projects to show of examples for different implementations using the VkCV framework
## Repository
Git LFS is used for bigger resource files like textures and screenshots. So you need to install Git
LFS and use
`git lfs install`
once. More information about Git LFS
[
here
](
https://git-lfs.github.com/
)
.
## Build
To download all the submodules either clone using
`git clone --recurse-submodules`
or after
`git clone`
use
`git submodule update --init --recursive`
.
## Demos
Here is the list of demo projects from this repository:
-
[
CubeMapping
](
demos/CubeMapping/README.md
)
-
[
InstancingDemo
](
demos/InstancingDemo/README.md
)
-
[
NormalMapping
](
demos/NormalMapping/README.md
)
-
[
SSAO
](
demos/SSAO/README.md
)
## Framework
All the demo projects utilize the
[
VkCV framework
](
https://gitlab.uni-koblenz.de/vulkan2021/vkcv-framework
)
which is developed
separate. It is used as submodule via git and it also contains a lot submodules for its modules and
dependencies. So you should either clone this repository with
`git clone --recurse-submodules`
or
make sure to clone them in a later step manually.
## Notes
Be aware that those demo projects are built against the version of the VkCV framework which is
used as submodule via git in this repository. So to be compatible with future versions of the
framework some changes/adjustments might be required.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment