Commit Graph

376 Commits

Author SHA1 Message Date
Vladyslav Baranovskyi
624742eeb5 Removed final attribute from UpdateProjectionMatrix() 2024-06-25 22:01:36 +03:00
Vladyslav Baranovskyi
669d52fe0c Fixed bug with unitialized texture pointer 2024-06-25 22:00:20 +03:00
Vladyslav_Baranovskyi_EXT
9b4069b022 Merge pull request 'WebResourceLoader class' (#51) from webresourceloader into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/51
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-06-24 11:14:24 +02:00
Georg Hagen
ef666fae8f Add AddDrawableIfParentless function 2024-06-23 10:53:05 +02:00
Georg Hagen
5e612e2700 Fix string split 2024-06-22 19:09:25 +02:00
Georg Hagen
b2941b0fe4 Silence some warnings 2024-06-22 10:12:27 +02:00
Georg Hagen
8c95f13d8c Add String split method 2024-06-22 10:12:05 +02:00
Vladyslav Baranovskyi
0799acd9ab Fixed missing headers 2024-06-21 15:12:44 +03:00
Georg Hagen
afdd86b281 Use FMT over std::format 2024-06-21 12:14:40 +02:00
Georg Hagen
299040ecaf Switch to C++20 2024-06-21 11:57:53 +02: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
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
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
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
Vladyslav Baranovskyi
15d0a6a669 Fixed imgui window name, including UI.hpp header properly 2024-06-11 19:16:20 +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
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
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
Vladyslav Baranovskyi
16f7789a52 SequenceAnimationController class 2024-06-07 16:09:11 +03:00
Vladyslav_Baranovskyi_EXT
14407eaff9 Merge pull request 'SimpleAnimationController class, MovingCubeApp example application' (#36) from add_simpleanimationcontroller into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/36
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-06-07 14:09:08 +02:00
3e8ea0fd32 Fix linux build issue 2024-06-07 10:50:34 +02:00
Vladyslav Baranovskyi
458f51889c Changed glm:: types to Math::, calling Math::Utils::decompose 2024-06-06 22:35:21 +03:00
Vladyslav Baranovskyi
e6615a2bf5 Decomposing matrix in Pose constructor, added GetPose() and GetWorldPose() to Node class 2024-06-06 15:37:38 +03:00
Vladyslav Baranovskyi
f672193211 Fixed dumb mistakes with references, got rid of unnecessary OpenVulkano:: 2024-06-06 15:32:17 +03:00
Vladyslav Baranovskyi
8a23389973 Early exiting Tick function, returning Poses as const references 2024-06-06 13:51:28 +03:00
Vladyslav Baranovskyi
193c942f06 Summary:
- Additional getters/setters
- Passing setters' value as by reference
- Changed includes order
- Moved callback function to MovingCubeApp
- Made Event public
2024-06-06 13:21:02 +03:00