google / google/clojure-turtle
add animation examples
未关闭
beginner
- 主要语言
- Clojure
- 星标
- 424
- 派生
- 32
- PR 合并指标
- 30 天内没有已合并 PR
描述
Come up with examples where you can create animations.
Once there is a `wait` fn, an animation in Logo can created by drawing a picture, calling `wait`, calling `clean`, and doing it over again with another picture.
An animation using Logo functions will need to handle looping, termination, and loop state that each loop's picture can use. The easiest way is probably `(dotimes [i MAX-FRAMES] ...)`
贡献指南
调研方向
首先检查现有的 Logo 函数,以及使用 wait 和 clean 的拟议动画流程。按照建议使用 dotimes 和 MAX-FRAMES,定义涵盖循环、终止和循环状态的示例。完成的标准是:repository 包含可用的动画示例,并演示这些行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- clojure
- 领域
- content
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100