Color Mixing Program in C#. Simon’s own code.
Simon’s own code, a color mixing program in C# that he wrote in Xamarin. Simon also explains why he chose C# for this project and not Processing:
a homeschooling blog about Simon, a young mathematician and programmer, and his little sister Neva. Visit https://simontiger.com
Simon’s own code, a color mixing program in C# that he wrote in Xamarin. Simon also explains why he chose C# for this project and not Processing:
Simon was preoccupied with vector functions for most of the day on Saturday, compiling what, at first site, looked like a monstrously excessive code in Processing (he recycled some of … Continue reading Back to Python (and C#)!
Yesterday Simon spent the whole day studying the concept of Cellular Automaton (CA), a discrete model of a system of “cell” objects used in physics, math and theoretical biology. He … Continue reading Cellular Automata in Arduino
Simon downloaded VisialStudio, one of the ide’s in which you can write in C# on a pc, and has played with it writing a programme for a calculator in C#.
Simon has been into learning about C# the last couple of days. Yesterday he built a calculator. He didn’t actually compose the code himself as one might think after watching … Continue reading Calculator in C#
Simon loves the new whiteboard. Below are a table of C languages he made up and a functions object to draw an ellipse:
So how does Simon teach himself to program? He starts by copying open source codes from, for example, the Arduino manual. The code is available in short excerpts. While copying … Continue reading Learning Process
This is just a part of the list of Arduino sketches Simon has written between 10 if August and now (in just three weeks). He meticulously copies difficult codes, creates … Continue reading Hours of Coding