PhiloGL

PhiloGL是用于数据可视化、创意编码和游戏开发的WebGL框架。(PhiloGL is a WebGL Framework for Data Visualization, Creative Coding and Game Development. )

  • Owner: senchalabs/philogl
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

PhiloGL 是用于数据可视化,创意编码和游戏开发的WebGL框架。

特性:

  • 地道的JavaScript -- PhiloGL基于JavaScript良好的习惯和成语,提供了一个表现力强大的API;
  • 专注于性能 -- PhiloGL尝试尽可能接近 gl 调用,为WebGL提供清晰而紧密的抽象;
  • 您需要的所有模块 -- PhiloGL模块涵盖从程序和着色器管理到XHR,JSONP,Effects,Web Workers等等;
  • 库无关 -- 所有模块都位于独特的全球PhiloGL之下;
  • 开源 -- 根据MIT许可证许可。

Overview

Name With Ownersenchalabs/philogl
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 3)
Platform
License:MIT License
Release Count13
Last Release Name1.4.3 (Posted on 2012-02-24 18:41:44)
First Release Name1.0.1 (Posted on 2011-02-18 11:47:20)
Created At2011-02-18 19:33:47
Pushed At2016-01-29 18:54:23
Last Commit At2012-09-20 18:16:42
Stargazers Count804
Watchers Count47
Fork Count154
Commits Count327
Has Issues Enabled
Issues Count28
Issue Open Count12
Pull Requests Count7
Pull Requests Open Count4
Pull Requests Close Count3
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

PhiloGL: A JavaScript WebGL Framework

Author: Nicolas Garcia Belmonte. More information in the home page of the project!

  Copyright (c) 2011 Sencha Labs (http://senchalabs.org/).

  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  THE SOFTWARE.
To the top