Commit Graph

631 Commits

Author SHA1 Message Date
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
Vladyslav Baranovskyi
f3fcd049c4 Using SequenceAnimationController class in our MovingCubeApp 2024-06-07 16:09:39 +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
453fa467b0 Using CubesExampleApp as a default app 2024-06-06 15:41:59 +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
Georg Hagen
ad7ae97683 Merge pull request 'Slight cleanup of VulkanDrawContext and binding the node' (#37) from VulkanDrawContext_cleanup into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/37
Reviewed-by: TymurStrelchyk <tymur.strelchyk.ext@madvoxel.com>
2024-06-06 14:26:34 +02: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
Georg Hagen
9f05b3e3a2 Slight cleanup of VulkanDrawContext and binding the node 2024-06-05 21:26:46 +02:00
Vladyslav Baranovskyi
afddc987a2 Setting up SimpleAnimationControllers using setters 2024-06-05 22:05:40 +03:00
Vladyslav Baranovskyi
7111e46954 SimpleAnimationController, MovingCubeApp 2024-06-05 21:51:04 +03:00
Georg Hagen
9965a5ba1f Add OpenVulkanoOrientationLockableViewController and make openVulkanoView accesible from swift 2024-06-05 16:57:11 +02:00
Georg Hagen
cd414c352e Start refactoring of OpenVulkanoView implementation (#1) 2024-06-05 14:17:29 +02:00
Georg Hagen
58e63b6610 Don't use AR recorder in playback mode 2024-06-04 15:09:27 +02:00
Georg Hagen
463f632432 Merge pull request 'Fix descriptor buffer size discrapency' (#34) from fix_buffer_size_issue into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/34
Reviewed-by: TymurStrelchyk <tymur.strelchyk.ext@madvoxel.com>
Reviewed-by: Vladyslav_Baranovskyi_EXT <vladyslav.baranovskyi.ext@madvoxel.com>
2024-06-04 12:08:17 +02:00
Georg Hagen
266b0321d9 Resize buffer if size does not match required size 2024-06-04 11:43:19 +02:00
Georg Hagen
dc503acb73 Fix descriptor buffer size discrapency 2024-06-04 11:31:09 +02:00
Vladyslav_Baranovskyi_EXT
9c225dc52a Merge pull request 'Added ryml to linker list, loading EngineConfiguration from a file(if exists)' (#30) from make_engineconfiguration_loadable into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/30
Reviewed-by: TymurStrelchyk <tymur.strelchyk.ext@madvoxel.com>
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-06-04 10:59:06 +02:00