--- title: HeartFunctionArt emoji: ❤️ colorFrom: red colorTo: purple sdk: static pinned: false license: mit --- # Overview This script draws heart function art. # Formula used ```math 10\ge x^{2}+\left(y-\log\left(\left|x+\sin\left(\frac{y}{5}\right)\right|+0.05\right)\right)^{2} ``` # Techniques used 1. [o3](https://openai.com/index/introducing-o3-and-o4-mini/) Used to create source code. 2. [Codex CLI](https://openai.com/index/introducing-o3-and-o4-mini/) Used to create source code. 3. HTML/CSS/JavaScript 4. p5.js # Related URLs - [Formula used | Desmos](https://www.desmos.com/calculator/krz8dcoeea?lang=ja) - [Referenced Formula | Blog - What I Consider When Creating Functional Graph Art](https://compositecomputer.club/blog/1H3nHjVrWQ3cYSLJ4OFTKp)