Based on our record, Processing seems to be a lot more popular than Nature of Code. While we know about 343 links to Processing, we've tracked only 27 mentions of Nature of Code. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
As an autodidact who never learned this stuff at school/uni, his lectures are what made linear algebra really click for me. I can only recommend them to anyone who wants to get a visual intuition on the fundamentals of LA. What also helped me as a visual learner was to program/setup tiny experiments in Processing[1] and GeoGebra Classic[2]. - [1] https://processing.org. - Source: Hacker News / about 1 month ago
Glaze! Is an interactive media framework in Divooka that features a Processing-like interface. - Source: dev.to / 4 months ago
I have been following HyperCard clones for years. It would take me some time to gather what I found, but the short answer is to download a Mac OS 9 emulator (it works) and load up HyperCard 2.4.1 and have fun. Emulators page with links to versions for MacOS and Windows. https://mendelson.org/emulators.html Hypercard 2.4.1 is available at the Macintosh Repository... - Source: Hacker News / 4 months ago
You can learn more about the Processing software and community at processing.org, or visit the Processing4 repository, Processing website repository, and our roadmap. - Source: dev.to / 5 months ago
>web dev/gradle/java knowledge to build something like this Web dev (and not just in java) is dominated by "component integration" concerns, containing lots of structure but little content. Computation is delegated to libraries, and the problems more about complexity of integration (at build time) scaled distributed systems (at runtime). In contrast, writing a simulation is computationally intensive, so... - Source: Hacker News / 5 months ago
For clojure, you can use quil: https://github.com/quil/quil. - Source: Hacker News / 5 months ago
I love this, I first learned Java and โKids Programming Languageโ (a strange action script-y flash inspired thing) in elementary school and the lessons I learned there stuck with me until today. I would highly recommend parents consider teaching their kids using processing (p5.js), itโs super visual but still โrealโ code so you still build that muscle memory of thinking in loops and typing out real code:... - Source: Hacker News / 10 months ago
You might also want to pair it with The Nature of Code^1. ^1: https://natureofcode.com/. - Source: Hacker News / about 1 year ago
For anyone wanting to do this in JS, check out Dan Shiffmanโs Nature of Code https://natureofcode.com/ Uses p5js, so nicer than pure canvas. - Source: Hacker News / about 1 year ago
One I would recommend for anyone's bookshelf at any level because it is so good: https://natureofcode.com/. - Source: Hacker News / about 1 year ago
p5.js - JS library for creating graphic and interactive experiences
The Coding Train - Online learning resource for beginner-friendly creative coding tutorials and challenges.
Vvvv - vvvv is a graphical programming environment for easy prototyping and development.
Ps for UI Design - Photoshop training for web designers, not photographers.
OpenFrameworks - openFrameworks
Pure Data - Pd (aka Pure Data) is a real-time graphical programming environment for audio, video, and graphical...