An open API service indexing awesome lists of open source software.

https://github.com/sciinstitute/dspacex

dSpaceX Visualization Library and Tool
https://github.com/sciinstitute/dspacex

Last synced: about 2 months ago
JSON representation

dSpaceX Visualization Library and Tool

Awesome Lists containing this project

README

        

# dSpaceX - Design Space Exploration Tool
Exploration of multidimensional data using **dSpaceX**, the Design Space Explorer

Table of Contents
====================
- [Overview](#overview)
- [Installation](#installation)
- [Using **dSpaceX**](#using-dspacex)
- [Development](#development)

## Overview
The Design Space Explorer facilitates decomposition, modeling, and deep
exploration of multivariate datasets consisting of design parameters, quantities
of interest, and shapes that represent these combinations.

## Installation
Please see [Installing **dSpaceX**](documentation/INSTALL.md) to get things running.

## Using dSpaceX
[Data Exploration using **dSpaceX**](documentation/using.md).

To use **dSpaceX** for data exploration...
1. [Prepare the data](./documentation/configuration.md)
2. [Start the server](documentation/server.md#running-the-server)
3. [Open the web client](./client/README.md#running).

_Happy exploring!_

## Development
**dSpaceX** is under active development. It consists of a standalone server written
in C++ and a portable web client based on the JavaScript React Framework.

**See [BUILD.md](./documentation/BUILD.md) to get started**