A single-file VDB writer in Odin. For an explanation of how it works check out out the article!
You only need to install Odin if you don't have it already. Odin version dev-2022-09 was used to compile this code.
You can build the project with the following command:
$ odin build .
This should produce an executable with the same name as the directory of the project.
Simply run the executable produced by the above command. This will create a
test.vdb
file which you can view in Blender or other software capable of
viewing VDB files.