Skip to content

Instantly share code, notes, and snippets.

@RalucaNicola
Created July 1, 2024 17:55
Show Gist options
  • Save RalucaNicola/325eed115f277f67279955eff4774a68 to your computer and use it in GitHub Desktop.
Save RalucaNicola/325eed115f277f67279955eff4774a68 to your computer and use it in GitHub Desktop.

Resources for beginners

Never coded? Start with this video: https://youtu.be/4JzDttgdILQ?feature=shared&t=1052.

Processing

Canvas (underlying technology for Processing)

D3

  • A super flexible library for svg manipulation, used a lot for data visualiation. An online platform that I recommend for this is Observable.
  • It's quite complex, so I wouldn't recommend it to start your coding journey, only after you know how to code a little better
  • Tutorial https://observablehq.com/@d3/learn-d3

SVG (underlying technology for D3)

More advanced

WebGL

Inspiration

Not sure what to code? Here's some inspiration:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment