Vladyslav Baranovskyi
a5f592dc5c
Fixed linker error specifically on windows
...
The error here is that when forward referencing a struct/class what matters is whether the entity actually is a struct or a class. For example, this is what the definitions look like if the entity is:
a class: ?Init@SimpleDrawable@Scene@OpenVulkano@@QEAAXPEAVShader@23@PEAVGeometry@23@PEAVMaterial@23@@Z
a struct: ?Init@SimpleDrawable@Scene@OpenVulkano@@QEAAXPEAVShader@23@PEAVGeometry@23@PEAUMaterial@23@@Z
2024-05-26 23:15:34 +03:00
Vladyslav Baranovskyi
29108cab21
Minor code fixes in order to compile on windows
2024-05-23 23:58:45 +03:00
Vladyslav Baranovskyi
1c56eb3c7b
Added README.md section about dependencies on linux
2024-05-22 19:12:17 +03:00
Vladyslav Baranovskyi
348affd6dc
Fetching libjpeg-turbo using ExternalProject
2024-05-22 18:15:58 +03:00
cdab347bda
Add compile definitions
2024-05-22 12:20:02 +02:00
4f539e786c
Only try to read file if it exists
2024-05-22 12:19:45 +02:00
d896e8f29a
Update dependencies
2024-05-21 12:19:11 +02:00
a8383b9ad7
Add build workflow
2023-11-30 10:29:11 +01:00
085575a99e
Fix missing includes
2023-11-29 09:31:11 +01:00
03a9f219cc
Update dependency management
2023-11-28 09:28:11 +01:00
f83a56b17f
Add FindMoltenVK module
2023-11-27 09:22:11 +01:00
e02af126ee
Move example code
2023-11-26 23:56:55 +01:00
9d53047f94
Some bugfixes
2023-11-25 22:31:33 +01:00
5bcbef65bb
Start refactoring CMakeLists.txt
2023-11-24 22:17:11 +01:00
60d3547edc
Fix some warnings
2023-11-23 23:41:55 +01:00
5393f2101a
Fix issues
2023-11-22 16:25:44 +01:00
ffb7143c2d
Add ResourceLoaderAppDirWindows
2023-11-21 14:53:43 +01:00
89d475fd7c
Add ResourceLoaderAppDirLinux
2023-11-20 14:43:11 +01:00
681fc00a68
Allow uncompressed files in zip archives
2023-11-19 23:49:11 +01:00
761d8d3d33
Move ArchiveType into it's own file
2023-11-18 22:10:02 +01:00
d0baabd3da
Add ResourceLoader
2023-11-17 21:33:44 +01:00
4c2af98602
Introduce new helpers
2023-11-16 16:04:09 +01:00
df21c45a13
Fix build issue
2023-11-15 16:03:11 +01:00
966db4b452
Add support for streaming archive writing and unknown filesizes in zip files
2023-11-14 23:42:23 +01:00
6356075227
Fix some compile errors
2023-11-13 19:58:23 +01:00
0b831397b3
Init logger in AppDelegate
2023-11-12 15:37:22 +01:00
194ed03d7c
Fix access rights error
2023-11-03 11:11:11 +01:00
56823ff415
Add MemMappedFile
2023-11-02 23:56:32 +01:00
84cc87c1d3
Handle UUID in named event
2023-11-01 16:40:16 +01:00
da79c9fdef
Add ThreadSafeQueue
2023-10-31 16:19:22 +01:00
ee8a6cb222
Add UUID.hpp
2023-10-30 16:18:20 +01:00
45cb095561
Allow usage of mirrors for all dependencies
2023-10-29 19:02:11 +01:00
a6b31d69be
Fix multiple issues
2023-10-28 20:34:51 +02:00
b3e94db476
Remove unused variable
2023-10-27 13:13:13 +02:00
748f556e40
Add Observable class
2023-10-26 12:55:43 +02:00
0178c716dd
Log ar tracking changes
2023-10-25 11:37:29 +02:00
5aded782e7
Update touch inputs
2023-10-20 16:19:21 +02:00
c950e6ae86
Fix pinch gesture
2023-10-19 14:24:53 +02:00
d9dc2ea79f
Slight improvements
2023-10-18 20:04:32 +02:00
aa7eade85e
Prevent inserting the same key multiple times into an input action
2023-10-17 19:54:32 +02:00
5b404efa74
Add scaling factors for input actions
2023-10-16 13:44:55 +02:00
68fb6d0910
Add Touch input handling
2023-10-15 13:39:22 +02:00
57e4352c6c
Add Tick method to input device
2023-10-14 18:29:32 +02:00
f5337ce6ec
Split InputManager
2023-10-13 13:14:15 +02:00
b2ec209ef0
Cleanup input stuff
2023-10-12 12:13:14 +02:00
31eef79f22
Extend FsUtils
2023-10-11 09:54:44 +02:00
2a49949e0c
Add FsUtils
2023-10-10 09:37:11 +02:00
488d1ebfc8
Add conversion operator to std::chrono::seconds
2023-10-09 09:30:17 +02:00
811ebf347a
Add second init and close stage for GraphicsApp
2023-10-08 21:13:42 +02:00
ff684504ad
Add app logger
2023-10-07 20:56:33 +02:00