Hacker News new | ask | show | jobs
by latexr 1097 days ago
> how do I get him learning programming in a fun way?

Processing / P5.js can be pretty fun to learn. You use a real programming language to create art and animations. With little code you can get a circle on the screen, then making it move, then following the mouse cursor, then adding other shapes, then changing colour depending on some event… It’s conductive to experimentation and a way to gradually introduce concepts.

https://processing.org/

https://p5js.org/

https://thecodingtrain.com/