Skip to content

Commit f5844d6

Browse files
committed
changement de numérotation
1 parent 5616acf commit f5844d6

11 files changed

+6
-3
lines changed

400-javascript.md 00-javascript.md

File renamed without changes.

410-base-js.md 10-base-js.md

File renamed without changes.

415-evenements.md 15-evenements.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

425-ajax.md 55-ajax.md

File renamed without changes.

430-jquery.md 60-jquery.md

File renamed without changes.

450-visualisation.md 70-visualisation.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Graphisme et visualisation
44
permalink: /js/visualisation
55
---
66

7-
<h3>Graphisme et visualisation:</h3>
7+
### Graphisme et visualisation
88

99
- [Programming Design Systems](https://programmingdesignsystems.com/), un livre digital gratuit et open-source, en cours d'écriture par [Rune Madsen](https://runemadsen.com/) (enseignant au [ITP à New York University](https://tisch.nyu.edu/about/directory/itp/1490791702)). Les exercices et exemples de code sont en Javascript (et utilisent **P5**, une bibliothèque de dessin vectoriel).
1010

@@ -14,11 +14,14 @@ Bibliothèques de dessin vectoriel et de visualisation:
1414

1515
<div class="cards"></div>
1616

17-
- [Raphaël](http://dmitrybaranovskiy.github.io/raphael/) "a JavaScript library that draws Vector graphics" for web sites" - par Dmitry Baranovskiy.
17+
- [Raphaël](http://dmitrybaranovskiy.github.io/raphael/) "a JavaScript library that draws Vector graphics" for web sites" - par Dmitry Baranovskiy.
1818
- [Paper.js](http://paperjs.org/) "an open source vector graphics scripting framework that runs on top of the HTML5 Canvas" - développé par Jürg Lehni & Jonathan Puckey.
1919
- [P5.js](http://p5js.org/) "Processing core ideas reinterpreted for today's web." - créé par Lauren McCarthy.
20+
- [Rune.js](http://runemadsen.github.io/rune.js/) - une bibliothèque de dessin vectoriel, développée par Rune Madsen. Utilise le format SVG.
2021
- [Basil.js](http://basiljs.ch/) "for JS scripting in Indesign." - par Ted Davis, Benedikt Groß, Ludwig Zeller (Ecole de Design de Bâle)
21-
- [Rune.js](http://runemadsen.github.io/rune.js/) une bibliothèque développée par Rune Madsen
22+
- [D3.js](https://d3js.org/), - sert à visualiser des données à l’aide de tableaux, de diagrammes et de statistiques.
23+
- [PixiJS](http://www.pixijs.com/) - "a fast lightweight 2D rendering library" Utilise le language WebGL.
24+
- [Three.js](https://threejs.org/) - permet la création d'animations 3D dans le navigateur. Utilise le language WebGL.
2225

2326
![Call me Adele - détail](/cours-javascript/img/call-me-adele-alt.jpg)
2427

480-offline.md 80-offline.md

File renamed without changes.

490-ressources.md 90-ressources.md

File renamed without changes.

0 commit comments

Comments
 (0)