SM Logo
Samantha Mharie
Illustrator andDigital Artist

INTERACTIVE CODING

Explore immersive, interactive code-based art by Samantha Mharie, featuring her solo work.

Algorithmic Triangular Grid

An experimental approach to generating an algorithmic triangular grid pattern using a randomised array driven by noise parameters.
 HTML | CSS | P5.js

Click the refresh button below to randomise and refresh the pattern display!

Algorithmic Quarter Circle Grid

A procedural framework for generating a quarter-circle arc grid pattern by leveraging noise-driven randomised arrays.
HTML | CSS | P5.js

Click the refresh button below to randomise and refresh the pattern display!

Polar Trigonometric Art

A creative coding project that explores how mathematical formulas can generate shapes by converting polar coordinates into Cartesian coordinates.
The work is inspired by the mathematical conceptual art of Hamid Naderi Yeganeh.

This Polar Trigonometric Art is based on the mathematical equation to create intricate patterns and geometric forms:
(sin(34πi/3000), (1/2)cos(6πi/3000)) and ((1/2)sin(6πi/3000), cos(34πi/3000))

HTML | CSS | P5.js