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

https://github.com/w3cplus/webgl-fundamentals-zh


https://github.com/w3cplus/webgl-fundamentals-zh

Last synced: over 1 year ago
JSON representation

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

@羡辙 大神会将对整个翻译质量做最后的审核。