Requirements:
Can be build simply by invoking the Odin compiler:
odin build . -debug # enable debug symbols and vulkan validationodin build . -o:speed # release buildIf you modify the shaders you need to recompile the glsl code into SPIR-V bytecode, eg. using shaderc (see build.sh)