Coding Projects
To veiw and interact with a demonstration, follow the 'Try It Live' link at the top and bottom of each post.
If you wish to review the code associated with the post, a link to the repository containing the code is provided in the body of each post.
Thanks for viewing!
Triangle Mapping and Data Structures (Clojure)
An algorithm for recursively dividing a provided image into triangles and averaging the pixels of each triangle.
Procedural Pattern Generator (Javascript)
A procedural pattern generating program that receives user inputs to build a randomly generated pattern.
IoT Endpoint for Arduino Mega (Embedded-C/C++)
A basic Internet of Things (IoT) project for reading temperature and humidity on an Arduino Mega
Real Time Operating System Scheduler (C++)
Real-Time Operating System (RTOS) scheduler for embedded systems.
Differential Growth Letters (Javascript)
Differential growth algorithm that take user defined word to bound the path.
Differential Growth Algorithm (Javascript)
A differential growth algorithm I wrote that simulates space-fillings, organic growth structurs seen in nature such as coral and other sealife.
Rectangle Pixel Averaging (Clojure)
An algorithm for recursively dividing a provided image into rectangles and averaging the pixels of each rectangle.