Difference between revisions of "Tools"

From ImpVis Wiki
Jump to navigation Jump to search
(Added javascript libraries)
(Added more javascript tools)
Line 16: Line 16:
**D3.js [https://d3js.org/<nowiki>] (really cool examples! free with paid notebooks: </nowiki>https://observablehq.com/)
**D3.js [https://d3js.org/<nowiki>] (really cool examples! free with paid notebooks: </nowiki>https://observablehq.com/)
**HighCharts [https://www.highcharts.com/<nowiki>] (free for non-commercial)</nowiki>
**HighCharts [https://www.highcharts.com/<nowiki>] (free for non-commercial)</nowiki>
**TauCharts [https://taucharts.com/<nowiki>]</nowiki>
**Chartkick [https://chartkick.com/vue<nowiki>]</nowiki>


==== Abstract Animations ====
==== Abstract Animations ====
Line 26: Line 28:
* '''Javascript Libraries'''
* '''Javascript Libraries'''
** Pts.js [https://ptsjs.org/<nowiki>] (linear algebra, geometry...)</nowiki>
** Pts.js [https://ptsjs.org/<nowiki>] (linear algebra, geometry...)</nowiki>
**
**Two.js [https://two.js.org/<nowiki>] (2D geometry...)</nowiki>
**Three.js [https://threejs.org/<nowiki>] (3D geometry..., also supports webgl)</nowiki>
**Recharts [https://recharts.org/en-US/<nowiki>] (easy to use for react)</nowiki>
**Pixi.js [https://pixijs.com/<nowiki>] (webgl 2D super fast!)</nowiki>
 
==== Static Interactive ====
 
* You can rotate them and move them, but that's all the interactiveness
 
* '''Javascript Libraries'''
** ZDog [https://zzz.dog/<nowiki>]</nowiki>

Revision as of 16:08, 6 July 2022

A list of visualisation tools.

Data Visualisation

Abstract Animations

Abstract Interactive Visualisation

Static Interactive

  • You can rotate them and move them, but that's all the interactiveness