Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VkCV Framework
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 Framework
Commits
c4033a72
Verified
Commit
c4033a72
authored
3 years ago
by
Tobias Frisch
Browse files
Options
Downloads
Patches
Plain Diff
========== VkCV-0.1.0 ==========
Signed-off-by:
Tobias Frisch
<
tfrisch@uni-koblenz.de
>
parent
f7ff4103
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#28063
failed
3 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+43
-0
43 additions, 0 deletions
CHANGELOG.md
with
43 additions
and
0 deletions
CHANGELOG.md
0 → 100644
+
43
−
0
View file @
c4033a72
# Changelog
## [0.1.0](https://gitlab.uni-koblenz.de/vulkan2021/vkcv-framework/tree/0.1.0) (2021-12-07)
**
Platform support:
**
-
Linux support (GCC and CLang)
-
MacOS support (Apple CLang)
-
Windows support (MSVC and MinGW-GCC experimentally)
**
New modules:
**
-
[
Asset-Loader
](
modules/asset_loader/README.md
)
: A VkCV module to load basic assets like models, materials and images
-
[
Camera
](
modules/asset_loader/README.md
)
: A VkCV module to manage cameras and their handle view and projection matrices
-
[
GUI
](
modules/gui/README.md
)
: A VkCV module to integrate GUI rendering to your application as additional pass
-
[
Material
](
modules/material/README.md
)
: A VkCV module to abstract typical kinds of materials for rendering
-
[
Meshlet
](
modules/meshlet/README.md
)
: A VkCV module to divide vertex data of a mesh into meshlets
-
[
Scene
](
modules/scene/README.md
)
: A VkCV module to load and manage a scene, simplify its rendering and potentially optimize it
-
[
Shader-Compiler
](
modules/shader_compiler/README.md
)
: A VkCV module to compile shaders at runtime
-
[
Upscaling
](
modules/upscaling/README.md
)
: A VkCV module to upscale images in realtime
**
New features:
**
-
Resizable windows
-
Multiple windows and multiple swapchains (window management)
-
Dynamically requesting Vulkan features and extensions
-
Shader reflection and runtime shader compilation (various shader stages)
-
Realtime ray tracing
-
Mesh shaders
-
Indirect dispatch
-
Compute pipelines and compute shaders
-
Multiple queues and graphic pipelines
-
Bindless textures
-
ImGUI support
-
Mipmapping
-
Logging
-
Command buffer synchronization
-
Doxygen source code documentation
-
Buffer, sampler and image management
-
Camera management with gamepad support
-
Input event synchronization
-
Resource management with handles
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