Skip to content
kjones11235 edited this page Oct 25, 2019 · 1 revision

Project structure

  • api
    • core library is UI agnostic
  • models
    • numerous pre-built scientific models using only api in StandardLibrary.scala
    • if you would like to share a model, contribute it to CommunityLibrary.scala
  • awt
    • example app in Swing/AWT.
    • parts used by other two UI projects
  • fx
    • primary app development
    • can be built using JavaFX 8, 11, or 12
  • lwjgl
    • example app in SWT+OpenGL
    • jars not published

NOTE: most of the examples use the StandardLibrary, e.g., running LorentFX, JLorentz, or LorentzGL will all allow you to select other models

Clone this wiki locally