Tag: 7 year old programmer
Simon’s Codea Tutorials and the Arc-Tangent
A set of awesome Codea tutorials that Simon recorded for those who are just starting to program in Codea. Simon ported examples from Processing (java) into Codea (Lua): In the … Continue reading Simon’s Codea Tutorials and the Arc-Tangent
Diffusion Limited Aggregation Tests in p5
Simon was busy with Diffusion-Limited Aggregation, the code he learned from Daniel Shiffman’s Coding Challenge about the generative algorithm “Diffusion-Limited Aggregation.” The DLA visual pattern is generated from random walkers … Continue reading Diffusion Limited Aggregation Tests in p5
Sound Synthesis Project. Simon’s own code.
This is a sound synthesis project that Simon created using p5 references. It’s quite intense sound, so maybe you should turn the volume down a notch. It’s funny how Simon … Continue reading Sound Synthesis Project. Simon’s own code.
Lights in Processing Continued
Simon made a beautiful presentation about various lights in Processing, something he has already talked about previously. The images below show directional light and mixing spotlight and directional light. In … Continue reading Lights in Processing Continued
Simon built a website featuring Box2D helper
Simon created a website to assist people using Box2D. The website features the jBox2D helper. Link to Simon’s website: https://simon-tiger.github.io/box2d-helper/ GitHub Issue about the project: https://github.com/CodingTrain/Rainbow-Topics/issues/616 Simon ported the code … Continue reading Simon built a website featuring Box2D helper
Solar System in Processing Coding Challenge
Simon returned to the Solar System in Processing Coding Challenge by Daniel Shiffman – something he tried before and got stuck. He has now successfully completed both the 2D and … Continue reading Solar System in Processing Coding Challenge
Pong translated from Codea into Processing
Simon translating the game of Pong from Codea (Lua) into Processing (Java).
Elusive Matrix Math
Many efforts to make a leap forward in understanding Matrix Math last week. Simon was stuck in several vector functions projects (in Python, C#, Java and JavaScript) when trying to … Continue reading Elusive Matrix Math
Simon’s changes to Daniel Shiffman’s Spherical Geometry Coding Challenge
Simon talks about his changes to Daniel Shiffman’s Spherical Geometry Coding Challenge: He has rewritten the code in an object oriented manner. Later he also turned the sphere into an … Continue reading Simon’s changes to Daniel Shiffman’s Spherical Geometry Coding Challenge
Lights in Processing (Java)
Simon’s lecture on the different ways to simulate light in Processing (Java):
More Vector Functions. The Damned Matrix Class.
Simon made another attempt to conquer vector functions, now in JavaScript (in Atom) and got stuck once he reached the Matrix Class, again. He had already tried this in Java, … Continue reading More Vector Functions. The Damned Matrix Class.