Processing python mode basic slideshow

Опубликовано: 17 Апрель 2025
на канале: Coprocessing Coprocessing
1,197
5

In this video i show you how to code a basic slideshow by moving an image from the left to the right in a frame

when you execute for the first time the code there is an error :
size(displayWidth, displayHeight, P3D)
displayWidth = width and displayHeight = height

when you execute it for the second time it is OK :-)
it is also possible to write this
size(1300, 700, P3D)