File size: 771 Bytes
a81e51a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f77b53e
 
a81e51a
 
f77b53e
 
a81e51a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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)