68c41be2cf
Add .clang-tidy
2024-06-11 22:11:07 +02:00
adcf6c59b0
Update doc
2024-06-11 21:39:37 +02:00
783e3a01ed
Revert "Update intellij project name"
...
This reverts commit 736e5a8974 .
2024-06-09 00:53:12 +02:00
2600964468
Add Jetbrain code style config
2024-06-09 00:51:37 +02:00
db5648ebc2
Add clang-format rules
2024-06-09 00:39:46 +02:00
736e5a8974
Update intellij project name
2024-06-09 00:36:44 +02:00
91c0fda530
Add vscode recommended extensions
2024-06-09 00:36:12 +02:00
1dbe6db7a3
Add wiki as submodule
2024-06-08 23:52:35 +02:00
Vladyslav_Baranovskyi_EXT
14407eaff9
Merge pull request 'SimpleAnimationController class, MovingCubeApp example application' ( #36 ) from add_simpleanimationcontroller into master
...
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/36
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com >
2024-06-07 14:09:08 +02:00
3e8ea0fd32
Fix linux build issue
2024-06-07 10:50:34 +02:00
Vladyslav Baranovskyi
458f51889c
Changed glm:: types to Math::, calling Math::Utils::decompose
2024-06-06 22:35:21 +03:00
Vladyslav Baranovskyi
453fa467b0
Using CubesExampleApp as a default app
2024-06-06 15:41:59 +03:00
Vladyslav Baranovskyi
e6615a2bf5
Decomposing matrix in Pose constructor, added GetPose() and GetWorldPose() to Node class
2024-06-06 15:37:38 +03:00
Vladyslav Baranovskyi
f672193211
Fixed dumb mistakes with references, got rid of unnecessary OpenVulkano::
2024-06-06 15:32:17 +03:00
Georg Hagen
ad7ae97683
Merge pull request 'Slight cleanup of VulkanDrawContext and binding the node' ( #37 ) from VulkanDrawContext_cleanup into master
...
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/37
Reviewed-by: TymurStrelchyk <tymur.strelchyk.ext@madvoxel.com >
2024-06-06 14:26:34 +02:00
Vladyslav Baranovskyi
8a23389973
Early exiting Tick function, returning Poses as const references
2024-06-06 13:51:28 +03:00
Vladyslav Baranovskyi
193c942f06
Summary:
...
- Additional getters/setters
- Passing setters' value as by reference
- Changed includes order
- Moved callback function to MovingCubeApp
- Made Event public
2024-06-06 13:21:02 +03:00
Georg Hagen
9f05b3e3a2
Slight cleanup of VulkanDrawContext and binding the node
2024-06-05 21:26:46 +02:00
Vladyslav Baranovskyi
afddc987a2
Setting up SimpleAnimationControllers using setters
2024-06-05 22:05:40 +03:00
Vladyslav Baranovskyi
7111e46954
SimpleAnimationController, MovingCubeApp
2024-06-05 21:51:04 +03:00
Georg Hagen
58e63b6610
Don't use AR recorder in playback mode
2024-06-04 15:09:27 +02:00
Georg Hagen
463f632432
Merge pull request 'Fix descriptor buffer size discrapency' ( #34 ) from fix_buffer_size_issue into master
...
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/34
Reviewed-by: TymurStrelchyk <tymur.strelchyk.ext@madvoxel.com >
Reviewed-by: Vladyslav_Baranovskyi_EXT <vladyslav.baranovskyi.ext@madvoxel.com >
2024-06-04 12:08:17 +02:00
Georg Hagen
266b0321d9
Resize buffer if size does not match required size
2024-06-04 11:43:19 +02:00
Georg Hagen
dc503acb73
Fix descriptor buffer size discrapency
2024-06-04 11:31:09 +02:00
Vladyslav_Baranovskyi_EXT
9c225dc52a
Merge pull request 'Added ryml to linker list, loading EngineConfiguration from a file(if exists)' ( #30 ) from make_engineconfiguration_loadable into master
...
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/30
Reviewed-by: TymurStrelchyk <tymur.strelchyk.ext@madvoxel.com >
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com >
2024-06-04 10:59:06 +02:00
Vladyslav Baranovskyi
0692e52bb9
Using Utils::ReadFile to get contents of the yml file
2024-06-04 11:27:15 +03:00
Vladyslav Baranovskyi
e17e8c2947
Moved consts to the namespace
2024-06-04 11:18:01 +03:00
Vladyslav Baranovskyi
4e5b9319e6
Getters/setters moved to the header file
2024-06-04 11:17:41 +03:00
Georg Hagen
d1f1d208b1
Optimize GetViewDirection and GetRightVector
2024-06-03 23:03:04 +02:00
Vladyslav Baranovskyi
879ab8c809
Added ryml to linker list, loading EngineConfiguration from a file(if exists)
2024-06-03 22:57:18 +03:00
Vladyslav_Baranovskyi_EXT
a24b89bd4c
Merge pull request 'Tracy Profiler setup' ( #28 ) from tracy_profiler_setup into master
...
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/28
Reviewed-by: TymurStrelchyk <tymur.strelchyk.ext@madvoxel.com >
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com >
2024-06-03 20:48:01 +02:00
Vladyslav Baranovskyi
73f9da27b8
Timing GraphicsAppManager methods
2024-06-03 18:41:30 +03:00
Vladyslav Baranovskyi
a5274227bc
Fixed bug with tracy client protocol incompatibility
2024-06-03 18:39:49 +03:00
Georg Hagen
4b6c298b41
Fix handling of Mirror list
2024-06-02 21:30:27 +02:00
Georg Hagen
e3e8b3d2d8
Move libarchive build code and use mirrors
2024-06-02 20:51:10 +02:00
Georg Hagen
f9909277cb
Update CI config
2024-06-02 19:52:38 +02:00
Georg Hagen
1100511f15
Use dependency mirror for ci build
2024-06-02 19:49:58 +02:00
Georg Hagen
07dc2952af
Disable LibXML2 for libarchive
2024-06-02 18:06:04 +02:00
Georg Hagen
de99ecab5e
Fix missing include
2024-05-31 19:35:51 +02:00
Vladyslav Baranovskyi
f4dfebdfe4
Fixed spacing typo
2024-05-31 13:36:50 +03:00
Vladyslav Baranovskyi
dbe062fef4
Tracy profiler setup(disabled by default)
...
In order to enable it pass -DTRACY_ENABLE:BOOL:ON to the generator. E.g:
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DTRACY_ENABLE:BOOL=ON ..
2024-05-31 13:34:30 +03:00
Georg Hagen
f23be3057b
Merge pull request 'Build script updates' ( #27 ) from build_script_updates into master
...
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/27
Reviewed-by: Vladyslav_Baranovskyi_EXT <vladyslav.baranovskyi.ext@madvoxel.com >
Reviewed-by: TymurStrelchyk <tymur.strelchyk.ext@madvoxel.com >
2024-05-31 09:30:11 +02:00
Vladyslav_Baranovskyi_EXT
9058852b10
Merge pull request 'Custom formatter for flag 't', new Utils::GetThreadName()' ( #26 ) from thread_names_instead_of_ids into master
...
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/26
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com >
2024-05-30 19:19:51 +02:00
Vladyslav Baranovskyi
75b5f635ef
Fallback to display thread id of no name was assigned, OpenVulkano::Utils::GetThreadId()
2024-05-30 17:52:02 +03:00
Vladyslav Baranovskyi
3127af5bc7
Custom formatter for flag 't', new Utils::GetThreadName()
2024-05-30 16:30:09 +03:00
Vladyslav_Baranovskyi_EXT
2df5706df4
Merge pull request 'Flush logs on crash' ( #25 ) from flush_logs_on_crash into master
...
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/25
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com >
2024-05-30 13:31:21 +02:00
Vladyslav Baranovskyi
faff80e46e
Moved code back into OpenVulkano namespace, removed unnecessary comment
2024-05-30 14:15:16 +03:00
Vladyslav Baranovskyi
7aa9d0eb82
Ignoring ctrl-c signals, checking whether logger did shut down, calling default signal handler
2024-05-30 12:59:17 +03:00
Georg Hagen
d0ffceca98
Make search for libjpeg-turbo more reliable
2024-05-30 10:50:07 +02:00
Georg Hagen
1f7e8bda43
Add function to automatically find dirs containing cmake configs
2024-05-30 10:49:03 +02:00