Can we run processing code by clicking on a icon like a desktop applications

you could make a command file using

  • walk ( cd ) to the sketch path
  • start processing and sketch using
cd /.../
/.../processing-java --sketch=my_sketch.pde --run

must use full path…


but other way windows is
explorer, go to the sketch
right click context menu:
send to desktop ( create shortcut )

find new icon
double click
(PDE should start automatically and open that sketch ( but NOT RUN it ) )