Include assets into binaries
Instead of using the directory of the binary in a fixed way to load resources/assets from the same directory (mentioned in #83 (closed)), I suggest it makes more sense to compile the resources/assets directly into the binaries. This is partially already possible in case of shaders to simplify modules with custom stages/pipelines. So it shouldn't require huge changes for other assets as well.