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

https://github.com/ailhc/webgl-learn


https://github.com/ailhc/webgl-learn

Last synced: 11 months ago
JSON representation

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/绘制三角形)