Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add animation examples #8

Open
echeran opened this issue Mar 9, 2016 · 2 comments
Open

add animation examples #8

echeran opened this issue Mar 9, 2016 · 2 comments
Labels

Comments

@echeran
Copy link
Collaborator

echeran commented Mar 9, 2016

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] ...)

@atrus159
Copy link
Contributor

where should the examples go once they exist?

@echeran
Copy link
Collaborator Author

echeran commented Mar 31, 2016

Okay, I had to teach myself about creating Github wikis to figure out the basics (ex: enabling the wiki).

The wiki lives at: https://github.com/google/clojure-turtle/wiki
The wiki pages are contained in a git repo that you can clone. The repo link is in a sidebar. (ex: if using git over HTTP: https://github.com/google/clojure-turtle.wiki.git)

I created a home page, and one of the links on the home page is to a page with the relative URL animation entitled "Animation".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants