https://github.com/jpcano/carto-webgl
My solutions to the problems in the CARTO WebGL workshop
https://github.com/jpcano/carto-webgl
glsl webgl
Last synced: 4 months ago
JSON representation
My solutions to the problems in the CARTO WebGL workshop
- Host: GitHub
- URL: https://github.com/jpcano/carto-webgl
- Owner: jpcano
- Created: 2017-07-25T21:41:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T22:13:51.000Z (almost 9 years ago)
- Last Synced: 2025-07-26T03:50:24.706Z (11 months ago)
- Topics: glsl, webgl
- Language: GLSL
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# carto-webgl
My solutions to the CARTO WebGL workshop problems.
You can run the code in [editor.thebookofshaders.com](http://editor.thebookofshaders.com).
Problems
--------
### 1. Vertical stripes

### 2. Square soup

### 3. Overlapping stripes

### 4. White circle

### 5. White circle optimized
Try to optimize the previous problem if you used distance() function.

### 6. Three RGB circles
