Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 803 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 803 Bytes

Simple VDB Writer

A single-file VDB writer in Odin. For an explanation of how it works check out out the article!

Building

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.

Running

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.