Skip to content
This repository has been archived by the owner on Dec 26, 2017. It is now read-only.

Caleydo/org.caleydo.view.template

Repository files navigation

Caleydo View Template

  1. fork this repository
  2. clone it to your local hard drive
  3. run ant: ant -f configure.bat either via Eclipse or direct from the command line
  4. follow the instruction

Conventions

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

That means:

  • put java source code in: src/main/java
  • put resources referenced by java, e.g. icons, in: src/main/resources and reference them using Class.getResource or Class.getResourceAsStream
  • put eclipse only resources, e.g. view icons, in resources

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages