openFrameworks on raspberry pi 3 test example.
Connect your raspberry pi 3 with a mouse and a keyboard. Connect up the screen to raspberry and open the terminal and type: pi as the username and raspberry the default password. If you use ssh from another computer type:
ssh pi@raspberrypi.local
then write your password to login to raspberry pi.
the default password is raspberry
Follow the instructions bellow to install openFrameworks on raspberry pi.
raspberry pi 3 – openFrameworks – getting – started
for armv7 follow this: https://openframeworks.cc/setup/raspberrypi/raspberry-pi-getting-started/
reboot raspberry with:
sudo reboot
then login again using pi as the username and raspberry as the password if your password is the default one or use ssh from your laptop.
If your installation was successful type the following to compile your first app:
pi@raspberrypi:~ $ cd /home/pi/openFrameworks/examples/graphics/polygonExample make make run
and voila!
Created: 2016-12-04 Sun 21:33