Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 751 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 751 Bytes

quickdraw-scenes

Generate doodle scenes from "Quick, Draw!" data

Live demo: https://codepen.io/decrecementofeliz/pen/oNNbOxv

This is a fork from The Coding Train Challenge 122.2 by Daniel Shiffman. It uses the Quick, Draw! dataset provided by Google to generate scenes as sets of drawings (i.e. 'a starry night': moon and stars; 'a mountain view': mountain, airplane, parachute, etc.)

To-dos:

  • Let the user create his own scenes (selecting the words and the x offset, y offset and scale for each one)
  • Change scene / redraw during current drawing (some indexes are overlapping)