Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
// by davey whyte aka @beesandbombs | |
void setup(){ | |
size(600,520,P3D); | |
colorMode(HSB,1); | |
noStroke(); | |
} | |
float R = 160, r = 55; | |
int N = 720; |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
NOTE: Use Cmd instead of Ctrl on Mac
Ctrl+C | copy current line (if no selection) |
Ctrl+X | cut current line (if no selection) |