Skip to content

Imposter based rendering molecule visualization with Glium

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

dirdr/molecular_visualization

Repository files navigation

About

MolViz v0.1.0 by Adrien Pelfresne adrien.pelfresne@gmail.com A simple OpenGL molecular visualization, capable of reading protein data bank files using imposter based rendering. This application has been written for the Scientific visualization course of the MIRI master in the Facultat d'Informàtica de Barcelona.

You must have rust installed on your computer to start this program, see rust website. A version of OpenGL 4.1 + must also be available, this application has only been tested on a apple sillicon machine with OpenGL 4.1 Metal and GLSL 410 core.

Usage

You can either test the program with the provided pdb files (see pdb folder, or provide your own file. The files need to be placed inside the pdb folder, see above.

The program is not capable of deducing the bonds of pdb files without CONECT records.

    Usage: cargo run --release -- --file <FILE>
    Options:
  -f, --file <FILE>
  -h, --help         Print help
  -V, --version      Print version

Showcase

Methane Molecule

Large Molecule with silhouete

About

Imposter based rendering molecule visualization with Glium

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published