Commit Graph

472 Commits

Author SHA1 Message Date
Georg Hagen
cd414c352e Start refactoring of OpenVulkanoView implementation (#1) 2024-06-05 14:17:29 +02: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
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
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
0ce6e31a0d Fix iOS build issue 2024-05-29 18:03:47 +02:00
Vladyslav Baranovskyi
9d1ac4f618 Exiting the app after receiving a signal 2024-05-29 19:02:39 +03:00
Vladyslav Baranovskyi
9a04808701 Flushing logs when received an exception(for windows only) or signal 2024-05-29 17:53:14 +03:00
Vladyslav Baranovskyi
49104ae14f Fixed string_view out of bounds error 2024-05-29 12:57:21 +03:00
Georg Hagen
d635aa0d37 Merge pull request 'Fix issues with rendering' (#22) from render_fixes into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/22
2024-05-29 10:38:40 +02:00
Georg Hagen
5f65e9291a Fix dynamic offset count error spam 2024-05-28 22:26:16 +02:00
Georg Hagen
bc0e117d83 Fix memory alignment on Nvidia cards 2024-05-28 22:20:02 +02:00
Georg Hagen
7dd16c66b9 Fix multithreaded rendering 2024-05-28 22:18:33 +02:00
Vladyslav Baranovskyi
114292c96c Merge branch 'master' into windows_build_fix 2024-05-27 12:17:07 +03:00
Vladyslav Baranovskyi
a5f592dc5c Fixed linker error specifically on windows
The error here is that when forward referencing a struct/class what matters is whether the entity actually is a struct or a class. For example, this is what the definitions look like if the entity is:
a class:  ?Init@SimpleDrawable@Scene@OpenVulkano@@QEAAXPEAVShader@23@PEAVGeometry@23@PEAVMaterial@23@@Z
a struct: ?Init@SimpleDrawable@Scene@OpenVulkano@@QEAAXPEAVShader@23@PEAVGeometry@23@PEAUMaterial@23@@Z
2024-05-26 23:15:34 +03:00
Vladyslav Baranovskyi
29108cab21 Minor code fixes in order to compile on windows 2024-05-23 23:58:45 +03:00
Georg Hagen
7fa25267d5 Add back check if libjpeg-turbo is available 2024-05-23 21:21:03 +02:00
Georg Hagen
d73f308f14 Add ArcballCameraController 2024-05-23 12:11:48 +02:00
Georg Hagen
824c74d901 Fix issues with touch processing 2024-05-23 12:11:13 +02:00
Georg Hagen
640ca59dcd CMake changes 2024-05-22 13:54:22 +02:00
085575a99e Fix missing includes 2023-11-29 09:31:11 +01:00
f83a56b17f Add FindMoltenVK module 2023-11-27 09:22:11 +01:00
e02af126ee Move example code 2023-11-26 23:56:55 +01:00
9d53047f94 Some bugfixes 2023-11-25 22:31:33 +01:00
60d3547edc Fix some warnings 2023-11-23 23:41:55 +01:00
5393f2101a Fix issues 2023-11-22 16:25:44 +01:00
ffb7143c2d Add ResourceLoaderAppDirWindows 2023-11-21 14:53:43 +01:00
89d475fd7c Add ResourceLoaderAppDirLinux 2023-11-20 14:43:11 +01:00
681fc00a68 Allow uncompressed files in zip archives 2023-11-19 23:49:11 +01:00
761d8d3d33 Move ArchiveType into it's own file 2023-11-18 22:10:02 +01:00
d0baabd3da Add ResourceLoader 2023-11-17 21:33:44 +01:00
4c2af98602 Introduce new helpers 2023-11-16 16:04:09 +01:00
966db4b452 Add support for streaming archive writing and unknown filesizes in zip files 2023-11-14 23:42:23 +01:00
6356075227 Fix some compile errors 2023-11-13 19:58:23 +01:00