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

https://github.com/jpcano/egg-webgl

Create 3D Graphics in JavaScript Using WebGL
https://github.com/jpcano/egg-webgl

Last synced: 4 months ago
JSON representation

Create 3D Graphics in JavaScript Using WebGL

Awesome Lists containing this project

README

          

# egg-webgl

This is the code I wrote to follow the course [Create 3D Graphics in JavaScript Using WebGL](https://egghead.io/courses/create-3d-graphics-in-javascript-using-webgl) by [egghead.io](https://egghead.io).

Unfortunately, "live edit" mode in IntelliJ does not work well when the JS code is in other file so I put everything together in a single html file.