Fork me on GitHub
#quil
<
2016-07-22
>
mi-mina10:07:14

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!