Learning Proccesing: A beginners guide to progamming images, animation, and interaction
Traditionally, programmers are taught the basics via command line output:
1. TEXT IN →You write your code as text.2. TEXT OUT → Your code produces text output on the command line.
3. TEXT INTERACTION → The user can enter text on the command line to interact with the program.
The text output of the first program says “ Hello, World! ”
Processing puts emphasis on a more intuitive and visually responsive environment, one that is more conducive to artists and designers learning programming.
1. TEXT IN →You write your code as text.
2. VISUALS OUT → Your code produces visuals in a window.
3. MOUSE INTERACTION → The user can interact with those visuals via the mouse.
Processing ’s “ Hello, World! ” might look something like this:
Hello, Shapes!
本文介绍了一个名为Processing的编程环境,该环境着重于提供更直观、视觉响应式的体验,非常适合艺术家和设计师学习编程。通过三个核心步骤:编写文本代码、生成可视化效果及鼠标交互,Processing使用户能够轻松创建图像、动画和互动作品。
1668

被折叠的 条评论
为什么被折叠?



