Skip to content

yuanchuan

As a web developer, I'm passionate about exploring various areas such as design, programming languages, and generative art.

  • By Yuan Chuan
  • Based in China
  • Roughly six posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2021 4
2022 9
2023 19
2024 6

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

An Introduction to css-doodle
This is a rough transcript based on my notes for the sharing session I presented at the online Groove meetup in June. I've shared the slides before, but I think it's worth putting the content …
On , 1,688 words
Generating images from css-doodle code
For the past week, I've been working on a command-line tool to generate images from css-doodle source code. If you're familiar with command lines, try installing it with npm: npm i -g @css-doodle/cli After that, …
On , 326 words
Adding a shortcut for hue-rotate()
I like the background() function in P5.js. It accepts one or multiple parameters and is very easy to use. Setting the background color is often one of the first steps when starting a new P5.js …
On , 463 words