|
|
8cb8332923
|
Add support for classname suffixes
|
2023-08-13 12:15:18 +02:00 |
|
|
|
ec44aca7ec
|
Change loop type to make warning go away
|
2023-08-12 01:33:33 +02:00 |
|
|
|
52914a393e
|
Add named events
|
2023-08-11 01:33:32 +02:00 |
|
|
|
55866a42a5
|
Add some CLion configurations
|
2023-08-10 18:16:11 +02:00 |
|
|
|
7ba39f76d8
|
Fix crash on background on iOS
|
2023-08-09 13:24:11 +02:00 |
|
|
|
e2dfd50a55
|
Optimize push constants usage
|
2023-08-08 23:36:11 +02:00 |
|
|
|
6ad5d69870
|
Add GridDrawable
|
2023-08-07 21:18:19 +02:00 |
|
|
|
f3c0cc5965
|
Fix draworder
|
2023-08-06 21:17:43 +02:00 |
|
|
|
da1782c4a9
|
Cleanup shader handling
|
2023-08-05 21:01:11 +02:00 |
|
|
|
836e9dce42
|
Change shader handling
|
2023-08-04 20:20:20 +02:00 |
|
|
|
4dac821abb
|
Fix dead code
|
2024-08-03 16:30:11 +02:00 |
|
|
|
d340d91f52
|
[WIP] Texture support
|
2023-08-02 16:17:18 +02:00 |
|
|
|
cf91c9c67e
|
Cache camera position
|
2023-08-01 15:18:11 +02:00 |
|
|
|
bd55a26a02
|
Record AR frames at quater resolution by default
|
2023-07-31 01:06:54 +02:00 |
|
|
|
d2f84bbf54
|
Log available AR video formats
|
2023-07-30 01:01:01 +02:00 |
|
|
|
9db2db9183
|
Add ArKit HighRes capture
|
2023-07-29 00:53:11 +02:00 |
|
|
|
13cefdf9f8
|
Refactor app creation for better iOS support
|
2023-07-28 18:09:11 +02:00 |
|
|
|
deaf45f429
|
Add iOS toolchain file
|
2023-07-25 12:29:33 +02:00 |
|
|
|
ee1aaccd4b
|
Add ThreadSafeMap wrapper
|
2021-10-14 00:58:21 +02:00 |
|
|
|
cccb674c3a
|
Add some container classes
|
2021-10-13 00:57:43 +02:00 |
|
|
|
fe12fe649d
|
Add some shaders
|
2021-10-12 00:54:11 +02:00 |
|
|
|
6e11aa9546
|
Cleanup main.cpp
|
2021-09-06 00:28:11 +02:00 |
|
|
|
aa727775b0
|
Refactor Event class
|
2021-08-31 21:41:32 +02:00 |
|
|
|
20ecb4f1a3
|
Refactoring of Input Devices
|
2021-08-30 19:28:43 +02:00 |
|
|
|
e5ccf0879c
|
Cleanup
|
2021-08-28 12:13:14 +02:00 |
|
|
|
ee4ad9a28d
|
Refactor Camera class
|
2021-08-27 11:19:11 +02:00 |
|
|
|
3d92bef231
|
Refactor some ArCameraController code
|
2021-08-26 19:50:56 +02:00 |
|
|
|
2364c05055
|
Refactor CameraController logic
|
2021-08-25 19:11:19 +02:00 |
|
|
|
16f76fa04b
|
Extend SystemInfo
|
2021-08-02 02:26:18 +02:00 |
|
|
|
2829c02762
|
Add SystemInfo class
|
2021-08-01 17:20:35 +02:00 |
|
|
|
87dad42c79
|
Move Drawable draw call recording logic out of renderer
|
2021-08-01 00:37:11 +02:00 |
|
|
|
8d370c9860
|
Refactor Drawable
|
2021-07-31 11:22:33 +02:00 |
|
|
|
f96de2123f
|
Add ui logic for renderer
|
2021-07-31 01:59:11 +02:00 |
|
|
|
7813920951
|
Start imgui integration
|
2021-07-31 01:02:03 +02:00 |
|
|
|
f34f7a659d
|
Add tracy dependency
|
2021-07-30 22:42:33 +02:00 |
|
|
|
d90107601a
|
Add ftxui dependency
|
2021-07-30 22:34:11 +02:00 |
|
|
|
8b4e58526a
|
Add EXCLUDE_FROM_ALL
|
2021-07-30 20:21:11 +02:00 |
|
|
|
b00d888471
|
Refactor RenderPass logic
|
2021-07-30 17:45:02 +02:00 |
|
|
|
582a82d9b4
|
Fix issues with debug layers
|
2021-07-29 15:32:23 +02:00 |
|
|
|
312ac14bef
|
Cleanup
|
2021-07-28 22:32:11 +02:00 |
|
|
|
d372ce7c07
|
Add async frame recording
|
2021-07-27 02:05:08 +02:00 |
|
|
|
7faf3a7a7d
|
Update AR data recording to use Events for new frame recording, add more config options and prepare for async recording
|
2021-07-26 21:57:56 +02:00 |
|
|
|
440b6ca0e5
|
Move IEventHandler out of Event to allow for forward declaration
|
2021-07-25 13:37:21 +02:00 |
|
|
|
66ff6b3bab
|
Add option for lazy archive creation with MultiPartArchiveWriter
|
2021-07-24 11:21:36 +02:00 |
|
|
|
393586c4ce
|
Spliting archive creates new parts only when starting to fill them
|
2021-07-23 14:43:11 +02:00 |
|
|
|
ef871997cf
|
Fix issue with 0 Byte archives
|
2021-07-22 03:23:25 +02:00 |
|
|
|
58f2efb360
|
Update DeviceManager
|
2021-07-21 01:59:11 +02:00 |
|
|
|
cfbf31cb77
|
Split out UpdateFrequency
|
2021-07-15 22:20:10 +02:00 |
|
|
|
d74eb9523e
|
Split Image definition and implementation
|
2021-07-14 18:19:20 +02:00 |
|
|
|
9541f8a800
|
Add ArCameraController
|
2021-07-11 18:19:20 +02:00 |
|