Commit Graph

602 Commits

Author SHA1 Message Date
Georg Hagen
299040ecaf Switch to C++20 2024-06-21 11:57:53 +02:00
Georg Hagen
ca3985cd68 Update fmt and spdlog 2024-06-21 09:58:22 +02:00
Vladyslav Baranovskyi
3020b1a191 CMake changes of building openssl & curl on linux 2024-06-21 00:41:12 +03:00
Vladyslav Baranovskyi
406efa57e7 Building curl and openssl 2024-06-20 15:07:09 +03:00
Vladyslav Baranovskyi
a75df8960a Reporting error instead of throwing an exception if curl has failed 2024-06-20 15:05:59 +03:00
Georg Hagen
e821e0190e Make GetUniqueTypeId static 2024-06-19 18:35:11 +02:00
Georg Hagen
e3b422f714 Add GetUniqueTypeId 2024-06-19 17:19:58 +02:00
Georg Hagen
29a5fd9ed7 Allow filesystem path directly in ar recorder 2024-06-17 13:36:04 +02:00
Vladyslav Baranovskyi
200ca7237a Shallow copy of curl repo, WebResourceLoader::IsUrl is now static, returning empty array instead of throwing an exception 2024-06-17 12:53:58 +03:00
Vladyslav Baranovskyi
48607813a5 WebResourceLoader class
IMPORTANT: The class cannot download from https:// sources because OpenSSL is turned off in curl CMakeLists.txt
2024-06-16 18:48:05 +03:00
Vladyslav Baranovskyi
285396f9ce Introduced curl dependency 2024-06-16 18:46:35 +03:00
Georg Hagen
c7a4b4a684 Extend OpenVulkanoOrientationLockableViewController 2024-06-16 12:08:43 +02:00
853768b0dd Update CompileShader.sh permissions 2024-06-14 11:30:30 +02:00
132da7e870 Merge branch 'add_a_performance_overlay_ui_element' 2024-06-14 11:22:12 +02:00
Vladyslav_Baranovskyi_EXT
dbae8db748 Merge pull request 'Geometry Factory helper class' (#47) from geometry_factory into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/47
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-06-14 10:52:53 +02:00
Vladyslav Baranovskyi
1a51134fdd Displaying max frame time 2024-06-14 11:41:20 +03:00
Vladyslav Baranovskyi
252734d087 Code style changes 2024-06-14 11:37:16 +03:00
Vladyslav Baranovskyi
ca7edc597c Allocating indices on the stack 2024-06-14 11:32:20 +03:00
Vladyslav Baranovskyi
a0a4c935e4 Example app adjustments to the changes, using factory in MovingCubeApp 2024-06-13 23:35:02 +03:00
Vladyslav Baranovskyi
d26d6cfff3 Added GeometryFactory classes 2024-06-13 23:34:14 +03:00
Vladyslav Baranovskyi
1385b43e55 Removed InitCube from Geometry 2024-06-13 23:33:51 +03:00
Vladyslav Baranovskyi
b5df2edab5 PerformanceInfo improvements 2024-06-13 22:53:38 +03:00
Vladyslav Baranovskyi
bad6c95c3f Completely rewritten PlotTwoLines() algorithm 2024-06-13 22:52:58 +03:00
Vladyslav Baranovskyi
93d5ea4291 ImGui::PlotTwoLines() extension, PerformanceInfo improvements 2024-06-12 18:36:55 +03:00
Georg Hagen
40f6a42a24 Merge pull request 'code_style' (#40) from code_style into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/40
Reviewed-by: Vladyslav_Baranovskyi_EXT <vladyslav.baranovskyi.ext@madvoxel.com>
2024-06-12 12:46:58 +02:00
68c41be2cf Add .clang-tidy 2024-06-11 22:11:07 +02:00
adcf6c59b0 Update doc 2024-06-11 21:39:37 +02:00
Vladyslav Baranovskyi
15d0a6a669 Fixed imgui window name, including UI.hpp header properly 2024-06-11 19:16:20 +03:00
Vladyslav Baranovskyi
efd271e560 Using Scene::Ui::PerformanceInfo properly 2024-06-11 18:46:15 +03:00
Vladyslav Baranovskyi
f6299b054f Renamed file from PerformanceOverlayUiElement to PerformanceInfo 2024-06-11 18:45:47 +03:00
Vladyslav Baranovskyi
938495ab81 Fixed issue where on windows GetAppRamMax() returned less values than GetAppRamAvailable() 2024-06-11 18:44:51 +03:00
Vladyslav Baranovskyi
91b9da6aa6 Fixed bug in TextFmt() on windows 2024-06-11 18:43:49 +03:00
Vladyslav Baranovskyi
91a44eaee0 Removed PrettyBytes function 2024-06-11 18:43:29 +03:00
Vladyslav Baranovskyi
8be512e162 Added SimpleUi class that inherits from Ui 2024-06-11 18:43:13 +03:00
Vladyslav Baranovskyi
14aba25ef7 Using PerformanceOverlayUiElement in example apps 2024-06-11 14:03:37 +03:00
Vladyslav Baranovskyi
ecb7b99f27 Added PreformanceOverlayUiElement class 2024-06-11 14:03:13 +03:00
Vladyslav Baranovskyi
41edc4e45f Added PrettyBytes function to Utils class 2024-06-11 14:02:08 +03:00
Vladyslav_Baranovskyi_EXT
e90056c5a6 Merge pull request 'Added SequenceAnimationController' (#39) from add_sequenceanimationcontroller into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/39
Reviewed-by: TymurStrelchyk <tymur.strelchyk.ext@madvoxel.com>
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-06-11 10:42:51 +02:00
Georg Hagen
6962ce0bcf Some more TexturePreparations #11 2024-06-11 10:25:06 +02:00
Georg Hagen
7d7ca4e250 Merge pull request 'ios_view_linking_refactor' (#35) from ios_view_linking_refactor into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/35
2024-06-10 13:00:09 +02:00
Vladyslav Baranovskyi
6869ae4a44 Renamed event in SequenceAnimationController 2024-06-10 13:32:51 +03:00
Vladyslav Baranovskyi
1b9041c998 Summary:
- Added const references to GetPosition & GetOrientation
- Renamed OnCurrentFrameFinished()
- Added references to functions in comments
2024-06-10 12:49:24 +03:00
Vladyslav Baranovskyi
c708950bc6 Added a getter for m_steps 2024-06-10 12:17:00 +03:00
783e3a01ed Revert "Update intellij project name"
This reverts commit 736e5a8974.
2024-06-09 00:53:12 +02:00
2600964468 Add Jetbrain code style config 2024-06-09 00:51:37 +02:00
db5648ebc2 Add clang-format rules 2024-06-09 00:39:46 +02:00
736e5a8974 Update intellij project name 2024-06-09 00:36:44 +02:00
91c0fda530 Add vscode recommended extensions 2024-06-09 00:36:12 +02:00
1dbe6db7a3 Add wiki as submodule 2024-06-08 23:52:35 +02:00
Vladyslav Baranovskyi
1311165139 Summary:
- In MovingCubeApp animations are now allocated on stack
- m_sequenceAnimationController now uses SetAnimationPoseResetTime()
- Removed OnSequenceAnimationCompleted()
- Pose::GetOrientation() now returns by value(without it my code doesn't compile)
- GetStep() getter
- In if(m_loop) checking for m_resetTime to be zero or last step to be equal to the first
- Tick now ticks only if there are at least one element in m_steps
- IsFinished() function
- AddAnimationSteps() functions that take initializer_lists
- Getters in SimpleAnimationController are now const
2024-06-08 17:36:03 +03:00