Caleydo/org.caleydo.view.dynamicpathway

Name: org.caleydo.view.dynamicpathway

Owner: The Caleydo Team

Description: null

Created: 2014-03-03 13:49:04.0

Updated: 2017-12-26 10:02:06.0

Pushed: 2016-12-15 17:09:06.0

Homepage: null

Size: 377

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Caleydo View Template

  1. create a new repository org.caleydo.view.
  2. clone the repository
  3. create a new develop branch `git checkout -b develop`
  4. merge this template into your repository:
    remote add template git@github.com:Caleydo/org.caleydo.view.template.git
    fetch template
    merge template/develop
    
  5. run ant: `ant -f configure.bat` either via Eclipse or direct from the command line
  6. follow the instruction
  7. push the code to a new remote develop branch: `git push origin develop:develop`

Alternative

  1. fork this repository
  2. go to step 3

Conventions

This project follows the Maven standard directory layout mixed with some eclipse specifics

That means:

Icon Resolutions

The eclipse icons should have a resolution of 16x16 in the PNG format. In constrast to that the Java / OpenGL icons should have a resolution of 32x32 allowing zooming without generating artifacts.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.