Commit Graph

1011 Commits

Author SHA1 Message Date
Metehan Tuncbilek
41b5a046be Fix on stable vector. 2024-09-26 15:48:19 +03:00
Vladyslav Baranovskyi
e16ef9cbe1 Partially builds on linux... 2024-09-26 13:55:33 +03:00
Vladyslav Baranovskyi
a0cf20b9a8 Proper GPSCoords construction from a single float value, moved ref variables to GPSCoords 2024-09-25 12:20:33 +03:00
Georg Hagen
a9515e8f09 Add first draft for RGBA5551 2024-09-25 10:17:39 +03:00
Georg Hagen
01921cc3bc bugfixes 2024-09-25 10:17:39 +03:00
Georg Hagen
103b305421 Memory pool update 2024-09-25 10:17:39 +03:00
Georg Hagen
2142118771 Add option to run ar playback without loading images 2024-09-25 10:17:39 +03:00
Oleksii_Hyzha
953d032b59 Merge pull request 'OpenVulkano as submodule' (#125) from corelib_as_submodule into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/125
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-09-25 08:24:53 +02:00
Vladyslav Baranovskyi
a166350abd Minor changes 2024-09-24 16:37:37 +03:00
Vladyslav Baranovskyi
ed87e1dfdb Summary:
- Using std::array instead of c arrays
- Methods and functions are now in PascalCase
- Using std::reverse in EndianSwap
- Using little_endian bool variable
- TRUE_ is now TRUE_NORTH
- Added constructors to GPSCoords class
- GetCurrentTimestamp() method
- Added setter for altitude variable
- Minor renamings
2024-09-23 22:09:36 +03:00
ohyzha
c1568b25c8 minor fix for ios build 2024-09-23 18:16:32 +03:00
ohyzha
b3d1e87c7b fix compilation errors 2024-09-23 17:01:17 +03:00
ohyzha
69f07f09f9 fix issues when openvulkano is linked as library 2024-09-23 17:01:17 +03:00
Metehan Tuncbilek
090bfcf48c std like protocols to make it work with std::algo for StableVector.hpp 2024-09-23 17:00:48 +03:00
Metehan Tuncbilek
02d84af907 -first draft of BinSearchArrayMap 2024-09-23 17:00:07 +03:00
Vladyslav Baranovskyi
ad7997cdf5 Made Format methods const and nodiscard, passing suffix to the Format function 2024-09-23 16:09:58 +03:00
Metehan Tuncbilek
f8326a5686 Merge remote-tracking branch 'origin/master' into
feature/BinSearchArrayMap
2024-09-23 14:28:30 +03:00
b7f640fe53 Fix windows build error 2024-09-21 15:28:59 +02:00
1151e50b64 Merge branch 'wip' 2024-09-21 15:27:42 +02:00
metehan.tuncbilek
35b2f49c2e stable-vector (#72)
Co-authored-by: Metehan Tuncbilek <mtuncbilek95@gmail.com>
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
Co-authored-by: metehan.tuncbilek <metehan.tuncbilek@madvoxel.com>
Co-committed-by: metehan.tuncbilek <metehan.tuncbilek@madvoxel.com>
2024-09-21 14:51:46 +02:00
653be0a403 Fix build issues 2024-09-21 14:51:11 +02:00
mtuncbilek
95ddd4b23f memmappedfile-fix (#115)
Co-authored-by: Metehan Tuncbilek <mtuncbilek95@gmail.com>
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
Co-authored-by: mtuncbilek <metehan.tuncbilek@madvoxel.com>
Co-committed-by: mtuncbilek <metehan.tuncbilek@madvoxel.com>
2024-09-21 14:46:39 +02:00
Metehan Tuncbilek
fdd072770c initial version. 2024-09-20 18:03:13 +03:00
Vladyslav Baranovskyi
c01155d8e4 Option to trim zeros at the end, more tests 2024-09-20 12:44:01 +03:00
Vladyslav Baranovskyi
350df1dc2f UnitFormatter class + several tests 2024-09-19 16:26:42 +03:00
Georg Hagen
d744d5fdd7 Fix to string 2024-09-18 22:16:41 +02:00
Vladyslav Baranovskyi
0fd5b1aec8 Writing x/y resolution and exposureTime properly, storing Track direction 2024-09-17 19:28:27 +03:00
Georg Hagen
53ccf4e0f1 Fix issues with image loader jpeg 2024-09-17 16:45:52 +02:00
Georg Hagen
323e0feb4d Fix memory leak 2024-09-17 16:44:21 +02:00
Georg Hagen
b27764b3db Fix random crashes 2024-09-17 16:44:10 +02:00
Georg Hagen
ba7e2c2611 Disable moving camera in arcbal if using ortho cam 2024-09-17 16:43:58 +02:00
Georg Hagen
36d1dc2bca Make tracy optional 2024-09-17 16:43:22 +02:00
Georg Hagen
4935511bc3 Remove opencv file 2024-09-17 16:42:49 +02:00
Vladyslav Baranovskyi
c28e1adc4d Basic implementation (encoding course information is in TODO right now) 2024-09-17 14:41:31 +03:00
f6c48edac6 Merge branch 'wip' 2024-09-12 22:17:37 +02:00
Vladyslav_Baranovskyi_EXT
6ce56b9a00 Merge pull request 'MeshWriter that can save both in .usd and .obj formats' (#120) from mesh_writer into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/120
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-09-09 22:42:55 +02:00
Vladyslav Baranovskyi
83c3a775ee Code style changes, minor reorderings 2024-09-09 21:52:17 +03:00
Vladyslav Baranovskyi
fa3a7a7fb7 MeshWriter that can save both in .usd and .obj formats 2024-09-04 21:24:31 +03:00
Vladyslav_Baranovskyi_EXT
96b6a5634b Merge pull request 'Moved InitFromFile() from Geometry to MeshLoader, added MeshLoader function for USD files, added tinyusdz library' (#118) from mesh_loader into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/118
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-08-30 14:24:13 +02:00
Vladyslav Baranovskyi
ba2ed53ae2 Using variable to store tinyusdz repo, moved include from hpp to cpp file, minor syntax change 2024-08-30 14:10:30 +03:00
Vladyslav Baranovskyi
380e0f323d Moved InitFromFile() from Geometry to MeshLoader, added MeshLoader function for USD files, added tinyusdz library 2024-08-29 21:01:42 +03:00
Oleksii_Hyzha
f70adcbd7f Merge pull request 'FPS limiter' (#116) from fps_limiter into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/116
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-08-28 15:10:30 +02:00
Oleksii_Hyzha
9bd4d9cce2 Merge pull request 'Label Drawable' (#114) from label_drawable into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/114
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-08-28 15:08:14 +02:00
ohyzha
0fe28f4759 switch to microseconds 2024-08-28 11:47:51 +03:00
ohyzha
32ffd21076 main loop improvements 2024-08-28 11:47:50 +03:00
ohyzha
6305cbfe1e rework label shader 2024-08-28 11:12:59 +03:00
ohyzha
e2ae1687ac rework label drawable and text drawable's API 2024-08-26 17:42:43 +03:00
ohyzha
f002ea2eca implement fps limiter 2024-08-23 17:05:06 +03:00
ohyzha
97bc667e0b fix out of bounds exceptions 2024-08-23 17:04:37 +03:00
ohyzha
a2923966fa implement label drawable 2024-08-22 13:29:18 +03:00