Difference between revisions of "SCEC VDO"

From SCECpedia
Jump to navigationJump to search
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== SCEC Virtual Display of Objects (SCEC VDO) ==
+
= SCEC Virtual Display of Objects (SCEC VDO) =
  
[http://www.scec.org/SCEC-VDO/ SCEC-VDO] is SCEC intern developed 3D visualization software development.
+
'''NOTE: This page is under active development.''' Akash Bhatthal (bhatthal@usc.edu) Oct 4 2024
  
A jumpstart for SCEC VDO is posted here:
+
Researchers and interns at the Southern California Earthquake Center (SCEC) have built a seismic data visualization software tool called the SCEC Virtual Display of Objects (SCEC-VDO). Written in Java with the Swing GUI toolkit to create interactive menus and the Visualization Toolkit (VTK) to render 3D content, SCEC-VDO allows for the visualization of 3D earthquake and fault objects on maps and the creation of images and movies for analysis, presentation, and publication.
  
*[http://opensha.usc.edu/apps/scec_vdo/SCEC_VDO.jnlp SCEC Video Jumpstart]
+
[https://github.com/SCECcode/scec-vdo/ View source code on GitHub]
[[File:LosAngeles2.png|256px|thumb|right|Fig 1: SCEC VDO image of recent seismicity in Los Angeles area.]]
+
 
 +
== Releases ==
 +
=== v0.1.0 ===
 +
==== Info ====
 +
* Added support for Apple Silicon Macs
 +
* Create Windows batch launcher
 +
* Upgraded all platforms to VTK9.1
 +
* Bundled OpenJDK 23+37, OpenJ9 0.47.0
 +
 
 +
==== Downloads ====
 +
'''TODO: Broken archives, need to fix upload'''
 +
* [https://g-c662a6.a78b8.36fe.data.globus.org/scec-vdo/v0.1.0/scec-vdo-linux.zip Download for Linux]
 +
* [https://g-c662a6.a78b8.36fe.data.globus.org/scec-vdo/v0.1.0/scec-vdo-mac_osx.zip Download for macOS X]
 +
* [https://g-c662a6.a78b8.36fe.data.globus.org/scec-vdo/v0.1.0/scec-vdo-windows.zip Download for Windows]

Revision as of 21:26, 4 October 2024

SCEC Virtual Display of Objects (SCEC VDO)

NOTE: This page is under active development. Akash Bhatthal (bhatthal@usc.edu) Oct 4 2024

Researchers and interns at the Southern California Earthquake Center (SCEC) have built a seismic data visualization software tool called the SCEC Virtual Display of Objects (SCEC-VDO). Written in Java with the Swing GUI toolkit to create interactive menus and the Visualization Toolkit (VTK) to render 3D content, SCEC-VDO allows for the visualization of 3D earthquake and fault objects on maps and the creation of images and movies for analysis, presentation, and publication.

View source code on GitHub

Releases

v0.1.0

Info

  • Added support for Apple Silicon Macs
  • Create Windows batch launcher
  • Upgraded all platforms to VTK9.1
  • Bundled OpenJDK 23+37, OpenJ9 0.47.0

Downloads

TODO: Broken archives, need to fix upload