Commit Graph

619 Commits

Author SHA1 Message Date
ohyzha
6ed4136393 move some options from swap chain to engine configuration and fix not working VSync 2024-07-23 12:56:47 +03:00
ohyzha
bc02c0e937 disable useless warnings for MSVC 2024-07-22 11:18:42 +03:00
ohyzha
6be7262059 fix debug macro definition when cmake is not invoked from cmd 2024-07-22 11:18:42 +03:00
Oleksii_Hyzha
dae57bfc7f Merge pull request 'Implement billboard shader' (#73) from billboard_shader into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/73
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-07-21 00:47:37 +02:00
ohyzha
a28b4ab53c fixes 2024-07-19 12:02:56 +03:00
ohyzha
cfb8b76801 implement billboard shader and add new example 2024-07-19 12:02:55 +03:00
ohyzha
5023fe64ce fix flipped camera movements 2024-07-19 12:02:55 +03:00
ohyzha
60c139b5ba fix rendering pipeline when drawable has no indices 2024-07-19 12:02:55 +03:00
ohyzha
5e7cf1ba90 fix broken key bindings 2024-07-19 12:02:55 +03:00
ohyzha
28f48377d5 include shader files in Visual Studio solution 2024-07-19 12:02:55 +03:00
Vladyslav_Baranovskyi_EXT
28b9875247 Merge pull request 'Image && ImageLoaderJpeg classes' (#71) from image_loader_jpeg into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/71
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-07-18 16:02:37 +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
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