All Projects → alterway → palindrome.js

alterway / palindrome.js

Licence: other
3D visual probe for 3D monitoring and Digital Twinning

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to palindrome.js

Freaky-Sources
Collection of freaky sources written on C# (mostly quines in different forms).
Stars: ✭ 12 (-20%)
Mutual labels:  palindrome
NC.js
Web interface for the Digital Thread
Stars: ✭ 33 (+120%)
Mutual labels:  digital-twin
itwinjs-core
Monorepo for iTwin.js Library
Stars: ✭ 493 (+3186.67%)
Mutual labels:  digital-twin
tributech-catalog-api
Tributech Catalog - Create and manage your DTDL models using our graphical interface and store them using our APIs.
Stars: ✭ 15 (+0%)
Mutual labels:  digital-twin
recursion-and-dynamic-programming
Julia and Python recursion algorithm, fractal geometry and dynamic programming applications including Edit Distance, Knapsack (Multiple Choice), Stock Trading, Pythagorean Tree, Koch Snowflake, Jerusalem Cross, Sierpiński Carpet, Hilbert Curve, Pascal Triangle, Prime Factorization, Palindrome, Egg Drop, Coin Change, Hanoi Tower, Cantor Set, Fibo…
Stars: ✭ 37 (+146.67%)
Mutual labels:  palindrome
Golang Examples
Some examples for the programming language Go.
Stars: ✭ 14 (-6.67%)
Mutual labels:  palindrome
algorithms
Algorithms in python and C
Stars: ✭ 71 (+373.33%)
Mutual labels:  palindrome
cps-twinning
A Framework for Generating and Executing Digital Twins
Stars: ✭ 32 (+113.33%)
Mutual labels:  digital-twin
awesome-industry4.0
Curated list of Industry 4.0 research, popular events, open-source software projects and learning resources that are worth looking into!
Stars: ✭ 57 (+280%)
Mutual labels:  digital-twin
forge-digital-twin
Autodesk Forge application demonstrating various use cases in manufacturing, specifically in context of digital twins.
Stars: ✭ 95 (+533.33%)
Mutual labels:  digital-twin
data-asset-twin
Digital Twins for Data Assets written in the DTDL
Stars: ✭ 18 (+20%)
Mutual labels:  digital-twin

Palindrome.js

Palindrome.js

A palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward, such as madam, racecar. There are also numeric palindromes, including date/time stamps using short digits 11/11/11 11:11 and long digits 02/02/2020.

Palindrome.js is a three.js based library which provides 3D monitoring for system metrics and KPIs. Presented as metrics sets within layers, Palindrome.js helps to easily identify relations between metrics, indicators, behaviors or trends for your realtime systems or any other data source. Custom algorithms, visual behaviors, styles and color schemes can easily be modified or added.

Palindrome.js is still considered as an experimental / beta prototype, be aware API can change at any moment. Feedbacks are more than welcome !

Palindrome.js

Motivation

Idea behind this project is to go one step further current monitoring and dashboards solutions, by enabling a scalable and user oriented, 3D monitoring probe for multi-dimensional and heterogeneous sets of data points. Compatible use cases are various, from comparing system metrics with external indicators, to stacking up multi-tenancy informations groups for measuring differences or similarities, Palindrome.js can both be used as a live UI component for a larger BI dashboard, or as the signal source for a computer-vision based workflow.

Tech/framework used

Project is created with:

  • Three.js
  • love <3

Setup

This project uses three.js as its 3D renderer, yarn as the dependency manager, storybook for functional testing and parcel-bundler as the stand-alone packager.

First install the project dependencies :

yarn install

Storybook

Then, run storybook for an interactive session :

yarn storybook

Palindrome Storybook

Default HTML

Alternatively, you can run the default html session :

yarn dev

Palindrome HTML

API Reference

Configuration parameters and their options

Name Description type Default Options
labelsRendering Change the rendering style of labels String 3D TextSprite "2D", "3D TextSprite", "3D TextWebGlFont"
labelsStructure Select the structure of the label to display String "Name","Type","Value","Unit" "Name","Type","Value","Unit"
labelsCharacterFont Change the characters of the labels String Serif "Arial", "Serif", "Sans-serif"
labelsOrientation Change the orientation of layers label String Sticky "Sticky", "Free"
labelsSize Change the size of the labels String Medium "Small", "Medium", "Large"
labelsColor Change the color of the labels String #000000 -
labelsBold Bold or not the labels Boolean True -
labelsItalic Italicize or not the labels Boolean False -
displayLabelsUnits Display or not the units of labels Boolean True -
displayLabels Display or not the labels Boolean True -
displayAllLabels Display or not all labels Boolean False -
cameraOptions Select camera vew options String "Fit" "Fit", "Top"
frameShape Change the frames style String Rectangle "Rectangle", "Dynamic"
frameBackgroundColor Change the frame background color String #FFFFFF -
frameOpacity Change the frame opacity Number 0.5 -
framePadding Change the frame padding Number 2 -
frameLineColor Change the frame line color String #000000 -
frameLineWidth Change the frame line width Number 0.5 -
frameDashLineSize Change the frame dash line size Number 3 -
displayFrames Display or not the frames Boolean True -
displayFramesLine Display or not the frames Line Boolean True -
displayFramesBackground Display or not the frames background Boolean False -
displayFramesArrow Display or not the frames arrows Boolean True -
metricMagnifier Resize the metrics Number 10 -
palindromeSize Resize the palindrome Number 3 -
displayLayersMode Configure the layers mode String dynamic -
layerMidColor Change the layer mid color String #DFDF0B -
displayLayers Display or not the layers of palindrome Boolean True -
layerStatusControl Resize the metrics Boolean True -
lineOpacity Change the line opacity Number 1 -
lineWidth Resize the line width Number 0,5 -
lineColor Change the line color String #000000 -
displaySides Configure the sides mode String dynamic -
mainAppColor Change the main app color String #00FF06 -
subAppColor Change the sub app color String #9FC5E8 -
displaySides Display or not the sides of palindrome Boolean True -
gridSize Resize the grid Number 100 -
gridDivisions Define the divisions of the grid Number 100 -
displayGrid Display or not the grid of the plan Boolean True -
zPlaneInitial Resize the initial zplane Number 0 -
zPlaneHeight Resize the height zplane Number 40 -
zPlaneMultilayer Resize the multilayer zplane Number -20 -
status color low Change low status color String #9FC5E8 -
status color med Change med status color String #00FF00 -
status color high Change high status color String #FF0000 -
statusRangeLow Resize low status range Number 0 -
statusRangeMed Resize med status range Number 30 -
statusRangeHigh Resize high status range Number 60 -
data The data we analyze Json Default json data -
mockupData Make dynamic the data Boolean True -

How to add your usecase ?

Todo : add a step by step integration documentation

Connect with remote data source

Todo : add integration details (Default option)

Contribute

Simply open a pull request over the repository to describe your changes.

Credits

  • Rnd Team @ Alter Way
  • Koku Ulrich GBLOKPO @koku-ulrich.gblokpo
  • Farooque Mustafa @farooquemustafa
  • Damien Gilles @gillesdami
  • Jonathan Rivalan (author) @JonRiv

License

Licensed under the Apache 2.0 license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].