Visualization module for dataforge
Go to file
2020-08-05 22:39:56 +03:00
.github/workflows Update gradle.yml 2020-02-05 12:53:01 +03:00
dataforge-vis-jsroot Package name refactoring 2020-08-05 22:03:47 +03:00
demo Class name refactoring 2020-08-05 22:39:56 +03:00
doc/resources Update READMEs 2020-05-08 00:42:10 +03:00
gradle/wrapper Fix compillation and tests 2020-04-12 15:32:36 +03:00
playground Class name refactoring 2020-08-05 22:22:24 +03:00
ui Class name refactoring 2020-08-05 22:22:24 +03:00
visionforge-core Class name refactoring 2020-08-05 22:39:56 +03:00
visionforge-gdml Class name refactoring 2020-08-05 22:39:56 +03:00
visionforge-spatial Class name refactoring 2020-08-05 22:39:56 +03:00
wrappers Package name refactoring 2020-08-05 22:03:47 +03:00
.gitattributes Create .gitattributes 2019-04-05 15:45:59 +03:00
.gitignore initial commit 2019-03-08 11:55:01 +03:00
build.gradle.kts Package name refactoring 2020-08-05 22:03:47 +03:00
CHANGELOG.md Code and API cleanup 2020-08-05 15:24:39 +03:00
gradlew Update DataForge to 0.1.5-dev 2019-12-11 11:46:28 +03:00
gradlew.bat Fix compillation and tests 2020-04-12 15:32:36 +03:00
LICENSE Geometry update 2019-07-14 22:08:15 +03:00
README.md Package name refactoring 2020-08-05 22:03:47 +03:00
settings.gradle.kts Package name refactoring 2020-08-05 22:08:08 +03:00

JetBrains Research

DataForge Visualization Platform

Table of Contents

Introduction

This repository contains a DataForge-based framework used for visualization in various scientific applications.

The main framework's use case for now is 3D visualization for particle physics experiments. Other applications including 2D plots are planned for the future.

The project is developed as a Kotlin multiplatform application, currently targeting browser JavaScript and JVM.

Features

The main framework's features for now include:

  • 3D visualization of complex experimental set-ups
  • Event display such as particle tracks, etc.
  • Scales up to few hundred thousands of elements
  • Camera move, rotate, zoom-in and zoom-out
  • Scene graph as an object tree with property editor
  • Settings export and import
  • Multiple platform support

About DataForge

DataForge is a software framework for automated scientific data processing. DataForge Visualization Platform uses some of the concepts and modules of DataForge, including: Meta, Configuration, Context, Provider, and some others.

To learn more about DataForge, please consult the following URLs:

Modules contained in this repository

visionforge-common

Contains a general hierarchy of classes and interfaces useful for visualization. This module is not specific to 3D-visualization.

The visionforge-common module also includes configuration editors for JS (in jsMain) and JVM (in jvmMain).

Class diagram:

visionforge-spatial

Includes common classes and serializers for 3D visualization, Three.js and JavaFX implementations.

Class diagram:

Prototypes

One of the important features of the framework is support for 3D object prototypes (sometimes also referred to as templates). The idea is that prototype geometry can be rendered once and reused for multiple objects. This helps to significantly decrease memory usage.

The prototypes property tree is defined in VisualGroup3D class, and Proxy class helps to reuse a template object.

Styles

VisualGroup3D has a styleSheet property that can optionally define styles at the Group's level. Styles are applied to child (descendant) objects using styles: List<String> property defined in VisualObject.

visionforge-spatial-gdml

GDML bindings for 3D visualization (to be moved to gdml project).

visionforge-jsroot

Some JSROOT bindings.

Note: Currently, this part is experimental and put here for completeness. This module may not build.

Visualization for External Systems

The visionforge framework can be used to visualize geometry and events from external, non-Kotlin based systems, such as ROOT. This will require a plugin to convert data model of the external system to that of visionforge. Performing such integration is a work currently in progress.

Demonstrations

The demo module contains several example projects (demonstrations) of using the visionforge framework. They are briefly described in this section, for more details please consult the corresponding per-project README file.

Simple Example - Spatial Showcase

Contains a simple demonstration with a grid including a few shapes that you can rotate, move camera, and so on. Some shapes will also periodically change their color and visibility.

More details

Example view:

Full-Stack Application Example - Muon Monitor Visualization

A full-stack application example, showing the Muon Monitor experiment set-up.

More details

Example view:

GDML Example

Visualization example for geometry defined as GDML file.

More details

Example view: