Code Editor with Webcam
Simon has come up with a code (in Processing) for an editor that includes live Webcam image to help him record coding tutorials. The project is still in progress.
a homeschooling blog about Simon, a young mathematician and programmer, and his little sister Neva. Visit https://simontiger.com
Simon has come up with a code (in Processing) for an editor that includes live Webcam image to help him record coding tutorials. The project is still in progress.
Simon programmed a presentation to explain why 28×28 is not the same as 20×20 + 8×8 geometrically. The code is quite complicated and involves some trigonometry and conditional statements: the … Continue reading 28 times 28
Simon shows the Cannon game he created in Processing (Java). He says he was inspired by the Stackoverflow forum, where he saw an example of the game and later wrote … Continue reading Cannon Game in Processing
Simon installed Processing on his RaspberryPi recently (using the terminal, which looked terribly sophisticated and scary as on Linux you’re forced to do everything through the terminal) and started preparing … Continue reading Processing on RaspberryPi
In this small lecture Simon talks about Set, Stack, Queue and Array in Computer Science. Simon says he made a mistake in the Addendum: you can add and remove … Continue reading Set, Stack, Queue and Array in Computer Science
In this video, Simon gives an introduction to the basics of programming languages (what languages there are, which ones are front end and which ones are back end and what … Continue reading Simon’s Lecture on Programming Languages
Simon made an interactive version of Daniel Shiffman’s Attraction and Repulsion Project:
Simon set the timer for himself for 10 to 15 minutes, programming parts of the Rumikub game in Java (Processing):
Among other projects during the vacation were also computer vision projects: color sensor, color tracker, motion sensor and motion/ face detection in Java (in Processing), partially Simon’s own code: … Continue reading Computer Vision Projects in Java (Processing)
During the vacation, Simon worked on several programming projects playing with language and grammar, from Daniel Shiffman’s Programming from A to Z course at New York University. Those included creating a new … Continue reading Analysis and generation of text-based data. What else to do on vacation?
Simon comparing possibilities to create 4D noise in different computer languages:
This is one Simon’s most beautiful projects recently! Simon saw the idea to link the webcam image to the boids of a flocking system in a video by Daniel Shiffman, … Continue reading Flocking System Painting with Pixels