Saturday, 26 March 2011

Notes on: Programming - The Bigger Picture

  • Programming is great for repeating steps many times, with changes each time.
  • Programming is not great for making predefined detailed static images.
  • Generative(random) animation works well if programed but static(non random) is often much more difficult to program.
  • Programming is good for:
    • Variation
    • Interaction
    • Generation
    • Repetition
    • Calculation
    • Scalability
  • Code is a list of rules and instruction

No comments:

Post a Comment