Introduction to Programming for College Students: Preparation Let's Install Processing

Introduction

In this series, you will learn programming using software called Processing. Processing is required to actually run the program described. This document describes how to install Processing and a simple operation check.

Download & install

Processing is distributed at processing.org. Free software.

When you access http://processing.org, you will see the following screen.

Processing.org のトップページ

Now click on "Download" on the left to download and install the file that fits your computer.

Start Processing

After the installation is completed successfully, let's start Processing. When Processing starts, you should see the following screen (the image is for Mac).

Processing を起動した様子

The display of the title bar of the window changes depending on the installed version.

Enter the program in this window and click the Run button to run the Processing program. In this series "Introduction to Programming for College Students", enter the program in this window, press the execute button, and the program works properly. We will check each time whether or not it is.

Operation check of Processing

At the end of this section, let's check that the Processing you installed works properly. Processing can be executed without entering any program. Do not enter any program and click the run button.

It may take some time, but if you see a window like the one below, you can assume that the installed Processing is working properly for the time being.

何も入力しない時のウィンドウの画像

Once you've successfully verified the Processing operation, this section is complete. Thank you for your hard work.

Recommended Posts

Introduction to Programming for College Students: Preparation Let's Install Processing
Introduction to Programming for College Students: Introduction
Introduction to Programming for College Students: Variables
Introduction to programming for college students (updated from time to time)
Introduction to Programming for College Students: Making a Canvas
Introduction to Programming for College Students: How to Draw Basic Rectangle
Introduction to Programming for College Students: Draw a Straight Line
Introduction to Programming for College Students: Make Straight Lines More Attractive
Introduction to Programming for College Students: Various Functions Related to Rectangle (Part 2)
Introduction to Programming for College Students: Various Functions Related to Rectangle (Part 1)
Introduction to Practical Programming
An introduction to functional programming for object-oriented programmers in Elm
How to install JMeter for Mac
Introduction to Ruby processing system self-made
[Introduction to Java] About iterative processing (while, do-while, for, extension for, break, continue)
How to install Play Framework 2.6 for Mac
Introduction to java for the first time # 2
Introduction to kotlin for iOS developers ⑥-Kotlin creation
Introduction to kotlin for iOS developers ④-Type