I am working on a project where I want an image on a screen to be affected/modified in some way by sensor data coming from Arduino. (That is, maybe when the sensor gets the right reading the image becomes blurred and then unblurred when the sensor no longer has said values.)
I am using Arduino right now, the screen will most likely be my PC connection, so just my monitor for the time being.
What is the most suitable programming language for this task?
Either try Processing or the Arduino C language. It’s mostly like ActionScript on some points, but you’ll have to read the documentations first because they give a good hardware insight.