https://github.com/w3cplus/webgl-fundamentals-zh
https://github.com/w3cplus/webgl-fundamentals-zh
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/w3cplus/webgl-fundamentals-zh
- Owner: W3cplus
- Created: 2016-09-18T10:58:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T06:11:03.000Z (over 9 years ago)
- Last Synced: 2025-01-28T02:44:05.616Z (over 1 year ago)
- Language: HTML
- Size: 1.44 MB
- Stars: 24
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 简介
## WebGL Fundamentals
这是有关于WebGL的系列教程,根据英文版本[WebGL Fundamentals](http://webglfundamentals.org/)所译。
**英文官网地址**:[WebGL Fundamentals](http://webglfundamentals.org)
**Github地址**:[webgl-fundamentals](https://github.com/greggman/webgl-fundamentals)
## 中文版本
### 克隆项目
在你本地服务器目录下使用下面的命令,将项目克隆下来:
git clone git@github.com:W3cplus/webgl-fundamentals-zh.git
或者:
git clone https://github.com/W3cplus/webgl-fundamentals-zh.git
### 安装gitbook
在你本地需要先安装GitBook,如果你本地已安装了gitbook,可以忽略这个过程,如果没有安装,可以在你的命令终端执行:
sudo npm install -g gitbook-cli
安装完gitbook之后执行下面的命令
#通过cd命令进入到项目根目录下面
cd webgl-fundamentals-zh
#在webgl-fundamentals-zh目录下面执行下面的命令
gitbook init
#启动gitbook服务
gitbook serve
执行完上面的命令之后,在浏览器的地址栏中输入[http://localhost:4000/](http://localhost:4000/)可以正常访问。
## 术语
有关于一些专业术语,可以查阅“术语”目录下的`README.md`。
## 翻译进度
翻译正在进行当中,其中各章节已认领:
- @田淮仁:Fundamentals,Techniques
- @Gloria:3D Lighting
- @x_x:Image Processing和Misc
- @Tail-Go: 2D transition
- @二师兄:Structure and Organization
@羡辙 大神会将对整个翻译质量做最后的审核。