Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.12 KB

GeoLDMViz

3D visualizer app for inspecting generated molecules & diffusion chain output from GeoLDM.

Animation of diffusion-generated molecule chain

Build app

Install dependencies

Mac

Only Mac supported currently.

$ brew install glew llvm eigen
$ git clone --recurse-submodules [email protected]:khiner/GeoLDMViz.git
$ cd GeoLDMViz
  • Clean:
    • Clean up everything: ./script/Clean
    • Clean debug build only: ./script/Clean -d [--debug]
    • Clean release build only: ./script/Clean -r [--release]
  • Build:
    • Debug build (default): ./script/Build
    • Release build: ./script/Build -r [--release]

Debug build is generated in the ./build directory relative to project (repo) root. Release build is generated in ./build-release.

To run the freshly built application:

# The application assumes it's being run from the build directory when locating resource files.
$ cd build # or build-release
$ .GeoLDMViz/