Difference between revisions of "Tools"
Jump to navigation
Jump to search
(Added more javascript tools) |
(Python animation libraries) |
||
Line 20: | Line 20: | ||
==== Abstract Animations ==== | ==== Abstract Animations ==== | ||
* '''Python Libraries''' | |||
** Manim [https://www.manim.community/<nowiki>] </nowiki> | |||
** Asciimatics [https://github.com/peterbrittain/asciimatics<nowiki>] (okay, not really educational, but really fun xD)</nowiki> | |||
** PathPlanning [https://github.com/zhm-real/PathPlanning<nowiki>] (only for path planning, but it does it really well)</nowiki> | |||
** Celluloid [https://github.com/jwkvam/celluloid<nowiki>] (turning matplotlib into animations)</nowiki> | |||
* '''Javascript Libraries''' | * '''Javascript Libraries''' | ||
Line 39: | Line 45: | ||
* '''Javascript Libraries''' | * '''Javascript Libraries''' | ||
** ZDog [https://zzz.dog/<nowiki>]</nowiki> | ** ZDog [https://zzz.dog/<nowiki>]</nowiki> | ||
[[Category:Tools]] |
Revision as of 21:34, 6 July 2022
A list of visualisation tools.
Data Visualisation
- Python Libraries
- Matplotlib [https://matplotlib.org/]
- Plotly [https://plotly.com/]
- Seaborn [https://seaborn.pydata.org/]
- GGPlot [https://ggplot2.tidyverse.org/index.html]
- Altair [https://altair-viz.github.io/]
- Bokeh [https://bokeh.org/]
- Pygal [https://www.pygal.org/en/stable/]
- Geoplotlib [https://github.com/andrea-cuttone/geoplotlib]
- Javascript Libraries
- FusionCharts [https://www.fusioncharts.com/] (free for non-commercial)
- D3.js [https://d3js.org/] (really cool examples! free with paid notebooks: https://observablehq.com/)
- HighCharts [https://www.highcharts.com/] (free for non-commercial)
- TauCharts [https://taucharts.com/]
- Chartkick [https://chartkick.com/vue]
Abstract Animations
- Python Libraries
- Manim [https://www.manim.community/]
- Asciimatics [https://github.com/peterbrittain/asciimatics] (okay, not really educational, but really fun xD)
- PathPlanning [https://github.com/zhm-real/PathPlanning] (only for path planning, but it does it really well)
- Celluloid [https://github.com/jwkvam/celluloid] (turning matplotlib into animations)
- Javascript Libraries
- Anime.js [https://animejs.com/] (cool animations!)
Abstract Interactive Visualisation
- Javascript Libraries
- Pts.js [https://ptsjs.org/] (linear algebra, geometry...)
- Two.js [https://two.js.org/] (2D geometry...)
- Three.js [https://threejs.org/] (3D geometry..., also supports webgl)
- Recharts [https://recharts.org/en-US/] (easy to use for react)
- Pixi.js [https://pixijs.com/] (webgl 2D super fast!)
Static Interactive
- You can rotate them and move them, but that's all the interactiveness
- Javascript Libraries
- ZDog [https://zzz.dog/]