Georg Hagen
0ce6e31a0d
Fix iOS build issue
2024-05-29 18:03:47 +02: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
0b831397b3
Init logger in AppDelegate
2023-11-12 15:37:22 +01:00
194ed03d7c
Fix access rights error
2023-11-03 11:11:11 +01:00
56823ff415
Add MemMappedFile
2023-11-02 23:56:32 +01:00
84cc87c1d3
Handle UUID in named event
2023-11-01 16:40:16 +01:00
da79c9fdef
Add ThreadSafeQueue
2023-10-31 16:19:22 +01:00
ee8a6cb222
Add UUID.hpp
2023-10-30 16:18:20 +01:00
a6b31d69be
Fix multiple issues
2023-10-28 20:34:51 +02:00
b3e94db476
Remove unused variable
2023-10-27 13:13:13 +02:00
748f556e40
Add Observable class
2023-10-26 12:55:43 +02:00
0178c716dd
Log ar tracking changes
2023-10-25 11:37:29 +02:00
5aded782e7
Update touch inputs
2023-10-20 16:19:21 +02:00
c950e6ae86
Fix pinch gesture
2023-10-19 14:24:53 +02:00
d9dc2ea79f
Slight improvements
2023-10-18 20:04:32 +02:00
aa7eade85e
Prevent inserting the same key multiple times into an input action
2023-10-17 19:54:32 +02:00
5b404efa74
Add scaling factors for input actions
2023-10-16 13:44:55 +02:00
68fb6d0910
Add Touch input handling
2023-10-15 13:39:22 +02:00
57e4352c6c
Add Tick method to input device
2023-10-14 18:29:32 +02:00
f5337ce6ec
Split InputManager
2023-10-13 13:14:15 +02:00
b2ec209ef0
Cleanup input stuff
2023-10-12 12:13:14 +02:00
31eef79f22
Extend FsUtils
2023-10-11 09:54:44 +02:00
2a49949e0c
Add FsUtils
2023-10-10 09:37:11 +02:00
488d1ebfc8
Add conversion operator to std::chrono::seconds
2023-10-09 09:30:17 +02:00
811ebf347a
Add second init and close stage for GraphicsApp
2023-10-08 21:13:42 +02:00