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

Design an API for 3-d turtle drawing. #11

Open
davidbau opened this issue Jan 1, 2014 · 0 comments
Open

Design an API for 3-d turtle drawing. #11

davidbau opened this issue Jan 1, 2014 · 0 comments

Comments

@davidbau
Copy link
Member

davidbau commented Jan 1, 2014

3d drawing would be very cool and also awesome for math class.

APIs such as three.js are still too hard. Can we design a turtle-based API that makes it even easier?

I imagine:

  • Switching to path-based drawing instead of canvas-based drawing, or providing for a mode that does it.
  • Adding an "ut" for up-turn or "dt" for down-turn, or "rr" for right-roll or "lr' for left-roll.
  • Making "fill" more approachable - you should be able to fill a planar polygon that you have already drawn.
  • Adding a "camera turtle" of some sort so you can fly around the figure that you've drawn.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant