algorithmic-art

仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由

适合要代码化、带随机种子的原创生成艺术场景

这个 Skill 做什么

用 p5.js 生成可交互的算法艺术并输出.md/.html/.js文件

用 p5.js 写可交互的算法艺术,带种子化随机和可调参数,输出 .md 描述、.html 交互预览和 .js 算法代码。要做生成艺术、粒子系统、流场或可探索的视觉实验时会派上用场,用户能在线调参看到即时变化。特点是把‘算法哲学’写成文档再落地成代码与交互视图,保证作品原创、不照搬他人作品。

▸ 展开 SKILL.md 英文原文

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

内容创作生成艺术p5.js交互通用
0
Stars
0
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/webiscorp/designskill-open/main/skills/algorithmic-art/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/webiscorp/designskill-open/main/skills/algorithmic-art/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms).

This happens in two steps:
1. Algorithmic Philosophy Creation (.md file)
2. Express by creating p5.js generative art (.html + .js files)

First, undertake this task:

## ALGORITHMIC PHILOSOPHY CREATION

To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted through:
- Computational processes, emergent behavior, mathematical beauty
- Seeded randomness, noise fields, organic systems
- Particles, flows, fields, forces
- Parametric variation and co
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有