I was doing some research the other day and discovered that I can make desktop PHP applications using PHP GTK and then it hit me:
Is it possible to draw animations using PHP?
Is even 3D possible? I’m not asking if it is a good idea or anything, there are tons of scripting languages for that and I’m aware of that! I just want to know if it is possible! Does anyone know?
Animation ? Not directly possible with GD, need additional libraries from what I know. 3D drawing ? Yes, it’s possible.
Check out these resources:
Draw a cube with php
create simple animated gif
create animated gif with php