Commit Graph

350 Commits

Author SHA1 Message Date
Vladyslav_Baranovskyi_EXT
801c364c8e Merge pull request 'Fixed string_view out of bounds error' (#24) from string_view_out_of_bounds_error_fix into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/24
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-05-29 12:42:13 +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
bfce80eed8 Merge pull request 'Fixed build on windows, added libjpeg-turbo' (#21) from windows_build_fix into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/21
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-05-29 10:38:28 +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
5c030d7e13 Copying missing dlls to the exe directory 2024-05-28 18:25:34 +03:00
Vladyslav Baranovskyi
e40cc7b587 Fixed gethostname() linker error 2024-05-28 18:25:08 +03:00
Georg Hagen
22be3d288a Fix issue with finding assimp on consecutive cmake runs 2024-05-28 00:15:36 +02:00
Georg Hagen
28e48d155a Add libjpeg-turbo dependency 2024-05-28 00:15:08 +02:00
Georg Hagen
36307e0b5b Fail build if libarchive build failed and update linking 2024-05-28 00:02:00 +02:00
Georg Hagen
10f91ca464 Revert "Fixed linker errors of imgui backend on windows"
This reverts commit 378be743f8.
2024-05-27 23:03:24 +02:00
Georg Hagen
5a09038a06 Downgrade zstd because of broken Windows build
See: https://github.com/facebook/zstd/issues/3999
2024-05-27 22:59:14 +02:00
Georg Hagen
f4969db274 Fix assimp 2024-05-27 22:47:58 +02:00
Georg Hagen
c0a97491d5 Disable some not used features of libarchive 2024-05-27 11:41:20 +02:00
Georg Hagen
45d656cde7 Fix check for system LibArchive 2024-05-27 11:18:45 +02:00
Vladyslav Baranovskyi
114292c96c Merge branch 'master' into windows_build_fix 2024-05-27 12:17:07 +03:00
Georg Hagen
8875a2d4ee Move apple framework linking into a reusable function 2024-05-27 10:23:02 +02:00
Georg Hagen
b462167760 Add BZip2 and LZMA as optional packages 2024-05-27 09:06:51 +02:00
Georg Hagen
409f679cfd Use system libarchive if available 2024-05-27 08:50:31 +02:00
Georg Hagen
ec73c7d2ca Add module path 2024-05-27 00:05:15 +02:00
Georg Hagen
9926cdee0b Build libarchive unless USE_SYSTEM_LIB_ARCHIVE is set 2024-05-26 23:44:31 +02:00
Georg Hagen
70cd46544b Update archiving libs and their linking 2024-05-26 23:06:17 +02:00
Vladyslav Baranovskyi
af32720dbd Libturbojpeg fix, lots of linking against libraries, copying dlls to the exe directory 2024-05-26 23:18:31 +03:00
Vladyslav Baranovskyi
378be743f8 Fixed linker errors of imgui backend on windows 2024-05-26 23:16:46 +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
Vladyslav Baranovskyi
1c56eb3c7b Added README.md section about dependencies on linux 2024-05-22 19:12:17 +03:00
Vladyslav Baranovskyi
348affd6dc Fetching libjpeg-turbo using ExternalProject 2024-05-22 18:15:58 +03:00
Georg Hagen
1e7b20bf62 Install ninja 2024-05-22 14:50:17 +02:00
Georg Hagen
cd2b8cc822 Make assimp optional 2024-05-22 14:38:51 +02:00
Georg Hagen
640ca59dcd CMake changes 2024-05-22 13:54:22 +02:00
cdab347bda Add compile definitions 2024-05-22 12:20:02 +02:00
4f539e786c Only try to read file if it exists 2024-05-22 12:19:45 +02:00
d896e8f29a Update dependencies 2024-05-21 12:19:11 +02:00
a8383b9ad7 Add build workflow 2023-11-30 10:29:11 +01:00
085575a99e Fix missing includes 2023-11-29 09:31:11 +01:00
03a9f219cc Update dependency management 2023-11-28 09:28: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
5bcbef65bb Start refactoring CMakeLists.txt 2023-11-24 22:17:11 +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