This is an implementation of paper Implicit Representation of Molecular Surfaces for Visualization 2 course at TU Wien.
Install the rust compiler and Its package manager cargo. The best way to do so is by simply installing [rustup]https://rustup.rs/.
You need a GPU capable of running either DirectX 12 or Vulkan.
Either run the compiled executable from bin/molecules.exe
or use cargo run --release
.
Drop any .pdb
file you want to view.
You can find all the documentation inside doc
folder. Open doc/molecues/index.html
for main page.