Commit Graph

67 Commits

Author SHA1 Message Date
e9c87fe9d4 Add GetNextFileAsVector method 2020-12-28 10:52:11 +01:00
6d2d827f19 Add convenience Read methods 2020-12-27 11:00:33 +01:00
265003ebb9 Add nodiscard annotation 2020-12-26 00:26:11 +01:00
b14f691466 Add PfmImage and PnmImage classes 2020-12-25 00:24:25 +01:00
af8bd16e51 Add error handling 2020-12-24 10:11:22 +01:00
7ab0d0255a Add support for multipart archives 2020-12-23 22:39:07 +01:00
43129a2245 Extend ArchiveReader to allow opening the archive later 2020-12-22 22:04:06 +01:00
4505aed2f8 Handle endianness conversion when reading pfm files 2020-12-21 20:15:21 +01:00
b7230a8406 Add basic pfm support 2020-12-16 20:44:33 +01:00
f688471fa4 Add basic pnm support 2020-12-15 22:54:26 +01:00
85cc8abb7b Minor fixes and extensions 2020-12-14 21:21:21 +01:00
39ae50a2c4 Add CameraIntrinsic class 2020-12-13 13:15:04 +01:00
1c682f8783 Add ArchiveReader 2020-12-12 22:13:07 +01:00
fe92d3e431 Add error handling 2020-12-11 13:06:44 +01:00
d99eabafb0 Update build instructions 2020-12-10 22:21:20 +01:00
58da701354 Add ArchiveWriter 2020-12-09 21:20:19 +01:00
74165a4968 Add libarchive dependency 2020-12-06 15:01:11 +01:00
96602df23f Update logger 2020-12-05 14:13:12 +01:00
01fd1c7aaf Add util functions 2020-12-04 00:06:11 +01:00
8011c094c7 Mark invalid weakptr event handlers as invalid 2020-12-03 21:01:11 +01:00
37073bc9ae Improve event handling 2020-11-30 20:51:11 +01:00
097669bc44 Add dependencies 2020-11-29 19:26:21 +01:00
7dc90b3e83 Add IsLittleEndian check to Utils 2020-11-28 20:38:23 +01:00
946e159d2c Add missing include 2020-11-27 00:38:11 +01:00
4aa8802d41 Minor fixes 2020-11-26 21:21:21 +01:00
b76cbeb32f Add utils 2020-11-25 21:21:21 +01:00
6f00cedfbc Cleanup logger 2020-11-24 23:16:54 +01:00
8cf70e483b Fix typo 2020-11-23 22:48:11 +01:00
aec792fc65 Change dependency management 2020-11-22 11:12:13 +01:00
02232b17ef Stop gcc from complaining about unknown pragmas 2020-11-21 01:05:11 +01:00
7ed8f0134f Add option to name threads and name main thread 2020-11-20 21:37:12 +01:00
ef80e8918f Refactor platform enums 2020-11-19 21:25:19 +01:00
8dd9bbd75f Add constructor to create Pose from euler angles 2020-11-18 21:23:44 +01:00
5f53ebd4d5 Add Pose class 2020-11-17 23:57:11 +01:00
673e043950 Add more operators to Timestamp 2020-11-16 23:53:11 +01:00
d7f8efa5f4 Add operators 2020-11-02 20:59:11 +01:00
1d05f97216 Add Timestamp class 2020-10-30 20:47:11 +01:00
f84431d704 Add Array.hpp 2020-10-29 15:26:04 +01:00
876f25784e Cleanup includes 2020-10-28 01:13:11 +01:00
78d24fbe41 Introduce Math.hpp and use typedef to make replacing glm with something else in the future simpler 2020-10-27 23:25:26 +01:00
c219fc3778 Move GLFW error handling into PlatformGLFW 2020-10-26 23:23:23 +01:00
ae76fa59e9 Split IWindow a bit 2020-10-24 23:02:01 +02:00
30dd4f255c Cleanup for GraphicsAppManager 2020-10-23 11:22:33 +02:00
ac09635fd7 Fix crash when deinitializing renderer 2020-10-22 22:53:11 +02:00
c5f8b7bce9 More code cleanup 2020-10-21 23:16:11 +02:00
6f110e9eb9 Minor bugfix 2020-10-20 22:30:11 +02:00
f5c951f130 Move cubes example app into it's own file 2020-10-19 22:09:10 +02:00
0790e40294 More code cleanup 2020-10-18 21:56:30 +02:00
d50a14f9c9 Cleanup Node 2020-10-17 00:53:30 +02:00
aea890971b Cleanup Camera code 2020-10-16 00:44:22 +02:00