Skip to content

3D visualizer app for inspecting generated molecules & diffusion chain output from [GeoLDM](https://github.com/MinkaiXu/GeoLDM)

License

Notifications You must be signed in to change notification settings

khiner/GeoLDMViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

3D visualizer app for inspecting generated molecules & diffusion chain output from [GeoLDM](https://github.com/MinkaiXu/GeoLDM)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published