algorithmic-art

仓库创建 2026年3月18日最近提交 1 天前SkillHot 收录 6 小时前
▸ 精选理由

适合创作者生成原创可复现的程序化艺术作品与示例代码。

这个 Skill 做什么

用 p5.js 生成可交互的算法艺术并输出代码与预览文件。

用 p5.js 写可交互的生成式艺术:基于种子随机性、粒子系统或流场,输出可运行的 .html/.js 演示和一份理念说明 .md。当有人想用代码创作视觉作品、探索参数或做交互预览时就用它。强调原创算法和可交互调参,避免复刻已知艺术家作品并方便直接跑起来。

▸ 展开 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
23
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Await-d/OpenAWork/main/packages/resources/resources/skills/reference/algorithmic-art/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Await-d/OpenAWork/main/packages/resources/resources/skills/reference/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 公开信息 · 原文版权归作者所有