https://github.com/ailhc/webgl-learn
https://github.com/ailhc/webgl-learn
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ailhc/webgl-learn
- Owner: AILHC
- Created: 2019-03-16T02:55:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T10:10:37.000Z (about 7 years ago)
- Last Synced: 2025-01-01T16:44:02.059Z (over 1 year ago)
- Language: JavaScript
- Size: 585 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webgl-learn
看掘金小册学习,练手的项目
掘金小册链接:[WebGL 入门与实践](https://juejin.im/book/5baaf635f265da0ab915cc9f)
为了封装的代码有提示可以尝试开启浏览器的ES6支持
[chrome浏览器启用es6语法支持,初次体验浏览器端模块化加载](https://blog.csdn.net/u010476739/article/details/81584926)
例子
1. [使用三角带绘制矩形](https://ailhc.github.io/webgl-learn/cases/绘制三角形)