Skip to content
/ viamd Public
forked from scanberg/viamd

Visual Interactive Analysis of Molecular Dynamics

License

Notifications You must be signed in to change notification settings

rgora/viamd

 
 

Repository files navigation

VIAMD

Visual Interactive Analysis of Molecular Dynamics

VIAMD is an interactive analysis tool for molecular dynamics (MD) written in C/C++. VIAMD is developed in collaboration with the Department for Media and Information Technology (LIU, Norrköping) and phe PDC Center for High Performance Computing (KTH, Stockholm). It exposes a rudementary script language that is used to declare operations which are performed over the frames of the trajectory. The results can then be viewed in the different windows exposed in the application.

This is an overview of the viamd software

Status

Windows (MSVC 19) Ubuntu 20.04 (GCC 9) MacOS (Clang)

Running VIAMD

Windows

For windows, we recommend to use the latest binary available on the release page.

Ubuntu and MacOs

For Linux and MacOs, we recommend you to build VIAMD on your machine following the procedure below. MacOs is not actively tested.

Building

Step 1: Clone the repository:

(Make sure the fetch the submodules as well)

git clone --recurse-submodules https://github.com/scanberg/viamd.git

(Step 1.5: Install dependencies of external libs:) (Only for linux users)

glfw

  • libx11-dev
  • libxrandr-dev
  • libxinerama-dev
  • libxcursor-dev

nativefiledialog

  • libgtk-3-dev (recommended for ubuntu, use Zenity for kubuntu)
  • pkgconf

Example for Ubuntu: sudo apt-get install libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libgtk-3-dev pkgconf

Step 2: Configure using CMAKE

https://cmake.org/ (Example using terminal and default build configuration for system)

cd viamd
mkdir build
cd build
cmake ..

Step 3: Build!

cmake --build .

Step 4: Run

cd bin
./viamd

Binaries for windows

https://github.com/scanberg/viamd/releases/

Documentation

Documentation about VIAMD is available on the github wiki. The two first chapters relate to the visual and analysis features respectively, where we highlight the interactive part of software. The third chapter focus on the VIAMD language used for scripting and the fourth chapter propose a serie of tutorial (under construction).

Update

If you want to stay informed about the latest update of VIAMD, please register your email address to the form.

Citations:

  • General Framework:

    • R Skånberg, I Hotz, A Ynnerman, M Linares, VIAMD: a Software for Visual Interactive Analysis of Molecular Dynamics, J. Chem. Inf. Model. 2023, XXXX, XXX, XXX, https://doi.org/10.1021/acs.jcim.3c01033
    • R Skånberg, C König, P Norman, M Linares, D Jönsson, I Hotz, A Ynnerman, VIA-MD: Visual Interactive Analysis of Molecular Dynamics, 2018, Eurographics Proceedings, p. 19–27
  • Specific tool:

    • Selection tool: Robin Skånberg, Mathieu Linares, Martin Falk, Ingrid Hotz, Anders Ynnerman, MolFind-Integrated Multi-Selection Schemes for Complex Molecular Structures, 2019, The Eurographics Association, p. 17-21​
    • Shape Space and Spatial Distribution Function: Robin Skånberg, Martin Falk, Mathieu Linares, Anders Ynnerman, Ingrid Hotz, Tracking Internal Frames of Reference for Consistent Molecular Distribution Functions, 2021, IEEE Transactions on Visualization and Computer Graphics, 28 (9), 3126-3137​

Acknowledgements

https://github.com/glfw/glfw

https://github.com/dougbinks/enkiTS

https://github.com/ocornut/imgui

https://github.com/epezent/implot

https://github.com/BalazsJako/ImGuiColorTextEdit

https://github.com/skaslev/gl3w

https://github.com/max0x7ba/atomic_queue

https://github.com/mlabbe/nativefiledialog

https://github.com/nothings/stb

This is the VIAMD logo

About

Visual Interactive Analysis of Molecular Dynamics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.8%
  • C 6.3%
  • Other 0.9%