Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1b - Decimal:
27
| /* | |
| * Below are the possible syntax errors with all stupid typo mistakes for const variables. | |
| * Tested in Chrome, Firefox, Safari and IE Edge. | |
| * Venkat.R | |
| */ | |
| // const a= | |
| // Chrome - SyntaxError: Unexpected end of input | |
| // Firefox - SyntaxError: expected expression, got end of script | |
| // Safari - SyntaxError: Unexpected EOF |
| /* | |
| * Below are the possible syntax errors with all stupid typo mistakes for let variables. | |
| * Tested in Chrome, Firefox, Safari and IE Edge. | |
| * Venkat.R | |
| */ | |
| // let a= | |
| // Chrome - SyntaxError: Unexpected end of input | |
| // Firefox - SyntaxError: expected expression, got end of script | |
| // Safari - SyntaxError: Expected an identifier but found 'a' instead |
| /* | |
| * Below are the possible syntax errors with all stupid typo mistakes for var variables. | |
| * Tested in Chrome, Firefox, Safari and IE Edge. | |
| * Venkat.R | |
| */ | |
| // var a= | |
| // Chrome - SyntaxError: Unexpected end of input | |
| // Firefox - SyntaxError: expected expression, got end of script | |
| // Safari - SyntaxError: Unexpected EOF |
Discovering the inner Glitch API
Add an Authorization header. The value should be a personal token.
The Glitch API is located at api.glitch.com
Please consider using http://lygia.xyz instead of copy/pasting this functions. It expand suport for voronoi, voronoise, fbm, noise, worley, noise, derivatives and much more, through simple file dependencies. Take a look to https://github.com/patriciogonzalezvivo/lygia/tree/main/generative
float rand(float n){return fract(sin(n) * 43758.5453123);}
float noise(float p){
float fl = floor(p);
float fc = fract(p);
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |