Interactive Systems

ONE ZEN is an AI-assisted test site for generative art, real-time visuals, browser games, and human-computer interaction experiments. Used for training AI and completing projects, it preserves complete old works while managing featured, archived, and new projects through a unified catalog. ONE ZEN 是协同AI面向生成艺术、实时影像、浏览器游戏和人机交互实验的测试网站。用于训练AI学习和完成项目,这里会保留完整旧作品,同时通过统一目录管理精选、归档和新增项目。

Using code as a medium, the works focus on rules, perception, kinesthetic feedback, visual systems, and playable narratives. 作品以代码为媒介,关注规则、感知、动作反馈、视觉系统和可玩的叙事结构。

LIVE FIELD POINTER REACTIVE

Move your mouse or finger to shift the field center. This homepage background is generated natively with code. 移动鼠标或手指改变场域中心。首页背景由代码原生生成。

CATALOG SYSTEM

Catalog System 统一作品目录

Adding, hiding, or featuring works is centralized in assets/work-catalog.js. 新增、隐藏或精选作品都集中在 work-catalog.js,页面自动读取。

SELECTED WORKS

Selected Works 精选项目

The homepage only displays works best suited as a professional entry point. 首页展示最适合作为专业入口的项目,其余作品进入归档。

PROJECT ARCHIVE

Archive 作品库

Use filters and search to quickly locate works. 用筛选和搜索快速定位作品,适合后续扩展为完整档案系统。

No matching works found. 没有找到匹配的作品。

FUTURE EDITING

Future Editing 未来维护

Old files are kept, but the portal reads only the catalog. Hide unsuited works by unpublishing them in the catalog instead of deleting files. 保留旧文件,通过目录设置隐藏不合适作品,而不直接删除。

Maintenance Principles 维护原则

Add Work: Place files in interactive_arts/ and add an object in work-catalog.js. 新增:放入对应目录,并在 work-catalog.js 增加记录。

Hide Work: Add published: false. Feature Work: Set featured: true. 隐藏:加入 published: false。精选:设为 featured: true。

Use section values: generative, camera, or game for auto-archiving. 分类字段 section 使用 generative、camera、game。