An open API service indexing awesome lists of open source software.

https://github.com/thunbergolle/p5js-savedrawings-tutorial

A tutorial for saving & creating drawings using p5js.
https://github.com/thunbergolle/p5js-savedrawings-tutorial

draw drawing drawing-app drawing-application drawing-library exercise p5 p5-js p5-sketches p5js save-drawing save-editor save-files tutorial tutorial-code

Last synced: 9 months ago
JSON representation

A tutorial for saving & creating drawings using p5js.

Awesome Lists containing this project

README

          

## p5js-savedrawings

This repository was created in order to teach people how you can save a drawing using p5js. :fireworks:

It's easy to follow and is really usefull.

Draw an image and store it as an variable and then make it downloadable as a json. Pretty simple project which only takes about 10 minutes to complete!

---
![image](https://user-images.githubusercontent.com/7386785/50562636-be518a80-0d15-11e9-827a-b38182afed58.png)

---

#### Chapters
[Chapter 1 (Basics)](https://github.com/ThunbergOlle/p5js-savedrawings-tutorial/blob/master/chap.1/chap.1.md)

[Chapter 2 (Variables & Event Listeners)](https://github.com/ThunbergOlle/p5js-savedrawings-tutorial/blob/master/chap.2/chap.2.md)

[Chapter 3 (Drawing to the canvas)](https://github.com/ThunbergOlle/p5js-savedrawings-tutorial/blob/master/chap.3/chap.3.md)

[Chapter 4 (Handling the data)](https://github.com/ThunbergOlle/p5js-savedrawings-tutorial/blob/master/chap.4/chap.4.md)

Did every single one? You should take a look on how you can redraw them (Soon)!
#### Issues :warning:
If you see any spelling errors or weirdly typed sentences then please open an [issue](https://github.com/ThunbergOlle/p5js-savedrawings-tutorial/issues) or a [pull request](https://github.com/ThunbergOlle/p5js-savedrawings-tutorial/pulls) fixing it! :heart: