Add JavaScript WebGL example

+ Update READMEs
This commit is contained in:
2022-02-07 13:55:14 -05:00
parent 940d035638
commit 573fc4e1e8
7 changed files with 191 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
# Javascript
This directory contains examples of using WebGL within JavaScript.
```
github.com/shaunrd0/klips/javascript/webgl
├── 01_simple-shape # Drawing a simple solid color triangle with WebGL
└── README.md
```