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
- Host: GitHub
- URL: https://github.com/jpcano/egg-webgl
- Owner: jpcano
- Created: 2017-07-27T04:30:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T00:04:02.000Z (almost 9 years ago)
- Last Synced: 2025-10-30T07:27:28.795Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.