algorithmic-art
仓库创建 2025年6月14日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由
可产出可运行的 .html/.js 展示,便于创作与教学
这个 Skill 做什么
用 p5.js 生成带种子随机和参数交互的算法艺术与代码/页面。
用 p5.js 生成带种子随机性的算法艺术,并做参数交互和可复现的展示,输出 .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.
313
Stars
56
Forks
20
仓库内 Skill
+5
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/skills/algorithmic-art/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/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 公开信息 · 原文版权归作者所有