WebGL

The Official Khronos WebGL Repository

  • 所有者: KhronosGroup/WebGL
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

The Official Khronos WebGL Repository

This is the official home of the Khronos
WebGL repository for the WebGL specifications
and the WebGL conformance test suite.

Before adding a new test or editing an existing test
please read these guidelines.

You can find live versions of the specifications at
https://www.khronos.org/webgl/

The newest work in progress WebGL conformance test suite
for the next version of the spec can be accessed at.
https://www.khronos.org/registry/webgl/sdk/tests/webgl-conformance-tests.html

Official live versions of the conformance test suite can be found at
https://www.khronos.org/registry/webgl/conformance-suites/

The WebGL Wiki can be found here
https://www.khronos.org/webgl/wiki/

Cloning this repository

When cloning this repository please pass the --recursive flag to git:

git clone --recursive [URL]

This will properly install the WebGLDeveloperTools
repository as a git submodule under sdk/devtools/.

The last edited date in several specifications is automatically updated
via a smudge filter. To benefit from this you must issue the following
commands in the root of your clone.

On Unix (Linux, Mac OS X, etc.) platforms and Windows using Git for Windows'
Git Bash or Cygwin's bash terminal:

./install-gitconfig.sh
rm specs/latest/*/index.html
git checkout !$

On Windows with the Command Prompt (requires git.exe in a directory
on your %PATH%):

install-gitconfig.bat
del specs/latest/1.0/index.html specs/latest/2.0/index.html 
git checkout specs/latest/1.0/index.html specs/latest/2.0/index.html 

The first command adds an [include] of the repo's .gitconfig to the local git config file.git/config in your clone of the repo. .gitconfig contains the config of the "dater" filter. The remaining commands force a new checkout of the index.html files to smudge them with the date. These two are unnecessary if you plan to edit these files. All are unecessary if you do not care about having the dates shown.

主要指标

概览
名称与所有者KhronosGroup/WebGL
主编程语言HTML
编程语言HTML (语言数: 14)
平台
许可证Other
所有者活动
创建于2012-07-27 17:21:51
推送于2025-05-20 05:46:54
最后一次提交
发布数0
用户参与
星数2.7k
关注者数177
派生数673
提交数6.7k
已启用问题?
问题数531
打开的问题数206
拉请求数2913
打开的拉请求数24
关闭的拉请求数255
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?