quil

mi-mina 2016-07-22T10:43:14.000003Z

Hi! I'm trying to create a runnable jar from a quil sketch and I'm following these instructions: https://github.com/quil/quil/wiki/Runnable-jar In there you can read "You should use sketch function instead of defsketch to run sketch." Does anyone know why? I'm asking because I need to pass the applet as an argument to another function (to init an OSC connection) and I don't know how to do it if I use sketch instead of defsketch. Thanks!