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
- Host: GitHub
- URL: https://github.com/sciinstitute/dspacex
- Owner: SCIInstitute
- Created: 2017-08-23T23:28:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T09:44:50.000Z (over 2 years ago)
- Last Synced: 2025-03-24T01:12:10.576Z (2 months ago)
- Language: C++
- Homepage:
- Size: 228 MB
- Stars: 5
- Watchers: 7
- Forks: 2
- Open Issues: 126
-
Metadata Files:
- Readme: README.md
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**