Commit Graph

21 Commits

Author SHA1 Message Date
75d3f019ae Spirv binaries are now compiled into the standard asset bundle 2020-12-30 17:03:18 -08:00
e477a4d81f Fixed warning 2020-08-09 20:39:04 -07:00
2b0482e1c6 KrDataBlock::Append(std::string) now correctly handles null termination in output KRDataBlock when used multiple times. Implemented KrGetResourceData API call. KrCompileAllShaders now outputs shader compilation logs as a KRResource. kraken_convert now outputs shader compile logs when failure occurs. 2020-08-09 20:34:21 -07:00
eefa3718ef kraken_convert now supports reading list of assets from a file. 2020-08-09 19:05:43 -07:00
fee1195cbc Experiment - debugging Azure DevOps build failure 2020-08-07 01:40:03 -07:00
283c4e152a Improved kraken_convert command line parsing 2020-08-06 18:52:06 -07:00
78172b5abc Added KrCompileAllShaders and stub implementation 2020-08-06 18:15:58 -07:00
9063cf8915 Configuring CMake to build assets into output folder 2019-11-30 18:28:42 -08:00
20121e7eaa kraken_convert now takes an '-o' argument to specify the output bundle. Created cmake scripts to use kraken_convert to bundle standard assets. HRTF Kemar data is now bundled by cmake scripts. Added README.md for HRTF Kemar data 2019-11-30 17:57:45 -08:00
Kearwood Kip Gilbert
fdda52d406 Enabled wildcard globbing for Kraken Convert command line 2019-08-17 22:01:47 -07:00
Kearwood Kip Gilbert
3b0b087262 Fix KRDataBlock crashes on Win32 2019-08-17 21:57:55 -07:00
Kearwood Kip Gilbert
b9c737ac2f WIP async API and kraken_convert 2019-08-03 18:53:05 -07:00
Kearwood Kip Gilbert
9c72088eb3 Implementing async api 2019-07-28 16:46:46 -07:00
Kearwood Kip Gilbert
00b1d97285 Add CMake scripts for collecting assets, switch to Vulkan inspired public api 2019-07-20 13:55:16 -07:00
Kearwood Kip Gilbert
200536bf21 Implement asset loading for kraken_convert 2019-07-18 00:00:08 -07:00
Kearwood Kip Gilbert
cc62f34e4e Added stub project for Kraken convert utility 2019-07-17 23:41:01 -07:00
Kearwood Kip Gilbert
a0d21a7c8e Rename tool directory to toolchain 2019-07-17 23:05:16 -07:00
9ee509b101 Add C++11 flag for macOS 2019-07-11 21:37:28 -07:00
eaab2be917 Silence some macOS build warnings 2019-07-11 21:27:05 -07:00
22daa9eeea Add toolchain for macos 2019-07-11 21:10:01 -07:00
Kearwood Kip Gilbert
d7235734cd Remove check for windows 32-bit compilers, as it was erraneous. (CMAKE_SIZEOF_VOID_P was not defined). Implement toolchain and batch file for building Win64 2019-07-11 14:15:39 -07:00