An open API service indexing awesome lists of open source software.

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

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

![alt text](https://github.com/jpcano/carto-webgl/blob/master/img/1_vertical_stripes.png "Vertical stripes")

### 2. Square soup

![alt text](https://github.com/jpcano/carto-webgl/blob/master/img/2_square_soup.png "Square soup")

### 3. Overlapping stripes

![alt text](https://github.com/jpcano/carto-webgl/blob/master/img/3_overlapping_stripes.png "Overlapping stripes")

### 4. White circle

![alt text](https://github.com/jpcano/carto-webgl/blob/master/img/4_white_circle.png "White circle")

### 5. White circle optimized

Try to optimize the previous problem if you used distance() function.

![alt text](https://github.com/jpcano/carto-webgl/blob/master/img/4_white_circle.png "White circle")

### 6. Three RGB circles

![alt text](https://github.com/jpcano/carto-webgl/blob/master/img/6_three_rgb_circles.png "Three RGB circles")