Commit Graph

711 Commits

Author SHA1 Message Date
Vladyslav Baranovskyi
11dea7a86e Force building curl & libressl 2024-07-17 17:43:32 +03:00
Georg Hagen
1bb9c33699 Fix crash when using ArBackgroundDrawable without setting an ar session 2024-07-17 16:15:42 +02:00
Georg Hagen
575f73460f Merge pull request 'runtime-shader-compilation' (#68) from runtime-shader-compilation into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/68
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-07-17 15:29:34 +02:00
Vladyslav Baranovskyi
3d81d85dd8 Using libressl instead of openssl 2024-07-17 13:37:44 +03:00
Georg Hagen
41d4e98a0f Merge remote-tracking branch 'origin/master' 2024-07-17 12:10:18 +02:00
Georg Hagen
cb331b1761 Fix shader compile script on apple 2024-07-17 00:04:51 +02:00
Georg Hagen
b5217ca9f5 Disable AVX on apple (because of apple silicon0 2024-07-17 00:04:23 +02:00
Georg Hagen
832de45e18 Disable libjpeg-turbo build on ios, because it's not working correctly 2024-07-17 00:03:53 +02:00
Metehan Tuncbilek
7ea6fc8dc4 review fix done 2024-07-16 22:13:44 +03:00
Vladyslav Baranovskyi
91a81c1e9c Moving result struct instead of copying 2024-07-16 21:40:24 +03:00
Vladyslav_Baranovskyi_EXT
93b2b92eb7 Merge pull request 'Boost::regex dependency, added include in order to compile on linux' (#70) from boost_regex into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/70
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-07-16 19:36:06 +02:00
Vladyslav Baranovskyi
b572da31ac Image && ImageLoaderJpeg classes 2024-07-16 18:47:35 +03:00
Metehan Tuncbilek
dbd7b2dad5 review refactors 2024-07-16 18:31:43 +03:00
Georg Hagen
013127bab0 Fix issue when removing drawable from scene by setting it's scene to nullptr 2024-07-16 15:36:12 +02:00
Georg Hagen
9feece4df3 Add RemoveChildNodes 2024-07-16 15:36:12 +02:00
Georg Hagen
68eb10aa1c Ignore disabled nodes 2024-07-16 15:36:12 +02:00
Metehan Tuncbilek
ac1c5f20ec review fixes 2024-07-16 14:59:09 +03:00
Vladyslav Baranovskyi
1aac707199 Setting boost library mirror in a variable 2024-07-16 13:24:08 +03:00
Vladyslav Baranovskyi
f96caf2a53 Added include tuple for std::tie 2024-07-16 11:50:59 +03:00
Metehan Tuncbilek
97518bd57b dead skin removal at main.cpp 2024-07-16 11:08:00 +03:00
Metehan Tuncbilek
2b36969a84 Runtime ShaderCompilation with Include Features 2024-07-15 17:31:02 +03:00
Metehan Tuncbilek
5aa84db3e2 utils::ReadFile nullTerminateString addition 2024-07-15 17:30:29 +03:00
Vladyslav Baranovskyi
976eea2ae0 Boost::regex 2024-07-15 16:50:38 +03:00
ff0b1feca8 Fix crash on windows because msvc does not like forward declarations of deleter classes 2024-07-15 14:28:58 +02:00
Georg Hagen
2584d852c8 Merge pull request 'Improve handling for shader compilation' (#65) from Shader_compilation into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/65
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-07-15 10:01:45 +02:00
ohyzha
2a791e5a65 update readme 2024-07-15 09:36:14 +03:00
7150425cba Fix duplicated symbols error 2024-07-15 09:27:02 +03:00
74c6afc93d Fix initial run on clean repo 2024-07-15 09:27:02 +03:00
ohyzha
68122cbe2a fix unresolved reference error 2024-07-15 09:27:02 +03:00
ohyzha
24f0c9409c add bin2c dependency 2024-07-15 09:27:02 +03:00
ohyzha
f158299dc2 build fixes 2024-07-15 09:27:02 +03:00
ohyzha
e2cf786daf add gitattributes file 2024-07-15 09:26:51 +03:00
e6d46dcd27 Add glslang as build dependency 2024-07-15 09:26:51 +03:00
ohyzha
e374d19571 Set CompileShaders.sh permissions 2024-07-15 09:26:50 +03:00
ohyzha
864e734b96 make all shader files as a dependency to rebuild 2024-07-15 09:26:32 +03:00
ohyzha
a228dc2e47 fail cmake build on shader compilation failure 2024-07-15 09:26:32 +03:00
ohyzha
a6caaeadf9 implement shaders auto recompilation on changes in vert or frag files 2024-07-15 09:26:31 +03:00
ohyzha
9426f7dbf8 include shader files 2024-07-15 09:26:31 +03:00
ohyzha
fa8b0aa57e rework CompileShaders script 2024-07-15 09:26:31 +03:00
ohyzha
422e2e4261 move compiled shaders out of repo and put every shader in separate file 2024-07-15 09:26:31 +03:00
29bad103e6 Merge remote-tracking branch 'origin/plane_camera_controller'
# Conflicts:
#	examples/ExampleApps/MovingCubeApp.cpp
2024-07-14 18:30:15 +02:00
Georg Hagen
ec161aa498 Fix AR background alignment issues 2024-07-14 02:35:28 +02:00
Georg Hagen
8e7b4f602c Unregister drawable on close instead of throwing if still in use 2024-07-14 01:28:49 +02:00
Georg Hagen
6e565ac40d Make sure texture cache is released before destroying device 2024-07-14 01:28:07 +02:00
Georg Hagen
410ac5d63c use cpp20 numbers for pi 2024-07-14 00:10:08 +02:00
Georg Hagen
5432711d8a Fix missing include 2024-07-13 23:26:06 +02:00
Georg Hagen
3ebde459ec Add constexpr degrees to radians method 2024-07-13 22:31:00 +02:00
Georg Hagen
d2fcba381a Add constructor to AABB 2024-07-13 19:38:07 +02:00
Georg Hagen
0b8d889c86 Extend AABB class 2024-07-13 14:22:41 +02:00
Georg Hagen
33bf5cd6e3 Add handling for ArTrackingState changes in playback mode 2024-07-12 19:45:18 +02:00