Command-Line

Processing v3 From Vim

Since the update to Processing includes a bunch of crazy new stuff I’ve updated my slug for Vim that fires off the currently active sketch. From ~/.vimrc autocmd Filetype java nnoremap <F5> :w<CR> :!cd %:p:h && processing-java --sketch=$PWD/ --run <CR> % The output …