-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvisual.html
More file actions
103 lines (96 loc) · 3.21 KB
/
Copy pathvisual.html
File metadata and controls
103 lines (96 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<h2>➡️ Visual</h2>
<h4>Photography and Graphic Design</h4>
<ul>
<li>
<a href="https://www.canva.com/">Canva</a> (💵📍): Edit photos, create and design documents. Templates available.
</li>
<li>
<a href="https://www.designbold.com/">DesignBold</a> (💵): Alternative to canva.
</li>
<li>
<a href="https://www.gimp.org/downloads/">Gimp</a> (✨): Image editor.
</li>
</ul>
<h4>Modeling</h4>
<ul>
<li>
<a href="https://www.blender.org/">Blender</a> (✨): 3D rendering.
</li>
<li>
<a href="https://inkscape.org/">Inkscape</a> (✨): Vector graphics editor.
</li>
<li>
<a href="https://github.com/SVG-Edit/svgedit">SVG Edit</a> (✨): SVG editor in browswer.
</li>
<li>
<a href="https://unity.com/learn">Unity</a> (💵✨): 3D rendering software. Selectively open source.
</li>
</ul>
<h4>Charts and Data Visualization</h4>
<ul>
<li>
<a href="https://www.datawrapper.de/">Datawrapper</a> (✨💵🧭📍): Easy upload/import system for CSV files. Very user-friendly for non-coders.
</li>
<li>
<a href="https://public.tableau.com/en-us/s/">Tableau</a> (💰): Free trial available.
</li>
<li>
<a href="https://infogram.com/">Infogram</a>: Web-based.
</li>
<li>
<a href="https://infogram.com/">HighCharts</a> (📍): Javascript
</li>
<li>
<a href="https://www.highcharts.com/">HighCharts</a> (💰): Free for non-commercial use. Basic Javscript coding required.
</li>
<li>
<a href="https://d3js.org/">D3.js</a> (✨🥨): Javascript library. Lots of customization.
</li>
<li>
<a href="https://www.localfocus.nl/en/">Local Focus</a> (🧭): Can visualize maps and charts. No coding needed.
</li>
<li>
<a href="https://rawgraphs.io/">Raw Graphs</a> (✨🧭): Upload data directly on the web, variety of viz options.
</li>
<li>
<a href="https://charter.zettlr.com/">Zettlr Charter</a> (✨🧭): Open Source alternative to Datawrapper. Allows upload of CSV/TSV files and ad-hoc data curation.
</li>
<li>
<a href="https://flourish.studio/">Flourish</a> (💵): Data visualisation tool, lots of customization, uses D3 as base.
</li>
</ul>
<h4>Mapping</h4>
<ul>
<li>
<a href="https://learn.arcgis.com/en/arcgis-book/chapter3/">Story Maps</a> (💰): From ArcGIS.
</li>
<li>
<a href="https://storymap.knightlab.com/">StoryMap JS</a> (✨): Open source version of the one from ArcGIS. No coding required.
</li>
<li>
<a href="https://leafletjs.com/">Leaflet</a> (✨📍): Requires knowledge of Javascript.
</li>
<li>
<a href="https://www.mapbox.com/">MapBox</a> (💵📍): Customizable map. Has edit features for data.
</li>
</ul>
<h4>Miscellaneous</h4>
<ul>
<li>
<a href="https://listify.okfnlabs.org/">Listify</a> (✨): Turns spreadsheet into searchable visual list.
</li>
<li>
<a href="http://databin.pudo.org/">Databin</a> (✨): Share tabular data.
</li>
</ul>
<h4>Resources</h4>
<ul>
<li>
<a href="https://davidneat.wordpress.com/methods/visual-research/recommended-websites-for-visual-research-2/">Recommended websites for visual research</a>: By David Neat.
</li>
</ul>
</html>