Skip to content
forked from rlabduke/mage

3d molecular visualization tool

Notifications You must be signed in to change notification settings

ReliaSolve/mage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mage

Dependencies on Linux:

  • sudo apt install libmotif-dev

Dependencies on mac:

  • You will need to install CMake to generate a working make.
  • You will need to install Homebrew to be able to execute the following command and get Motif.
  • brew install openmotif

Dependencies on Windows:

  • MFC libraries are required for this project. Install them from the Visual Studio installer (Individual Components tab) for any toolsets and architectures being used.
  • There is a missing header file and the need to compile with X windows, so this will not compile as of 1/7/2021.

Building

Use CMake to compile this program. It compiles and runs on Ubuntu 18.04 and MacOSX as of 1/6/2021.

Assuming that this code is checked out in ~/src/mage and all dependencies are available, the following will compile it

mkdir -p ~/build/mage
cd ~/build/mage
cmake ~/src/mage
make

Running

On the mac, you will need the XQuartz or another X Windows server running when mage is started.

Then, from the build directory you type ./mage to run it.

About

3d molecular visualization tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.9%
  • C++ 1.7%
  • Objective-C 1.1%
  • Other 0.3%