Skip to content

This framework can be used for cross-platform projects with OpenGL. It is meant to be flexible and instanciable.

Notifications You must be signed in to change notification settings

CelesterSpencer/OpenGL_Framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Molecular Dynamics Visualization

Framework for molecular dynamics visualization developed by Computer Graphics institute at University of Koblenz.

HowTo

Since some dependencies are integrated as git submodules, use git clone --recursive to clone the repository to your local machine.

Compilation and execution only works on Ubuntu 15.10 or higher. Follwing packages are required to be installed via apt-get:

glew-utils libglew-dev libassimp-dev libdevil-dev python-numpy libxcursor-dev libxinerama-dev libxrandr-dev libxi-dev

In addition, a Miniconda 3 installation is required. Please download it from here and install it as advised. After installation, add required packages using following command:

conda install -c omnia mdtraj

Requirements

OpenGL 4.5 compatible hardware and driver.

Projects

Multiple projects base on this framework. One can find them within the subfolders of this repository.

About

This framework can be used for cross-platform projects with OpenGL. It is meant to be flexible and instanciable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.6%
  • C 34.5%
  • GLSL 3.1%
  • Objective-C 1.1%
  • Objective-C++ 1.0%
  • CMake 0.4%
  • Other 0.3%