https://github.com/parvezk/webgl-demo-1
webg demo
https://github.com/parvezk/webgl-demo-1
autodesk javascript webgl
Last synced: about 1 month ago
JSON representation
webg demo
- Host: GitHub
- URL: https://github.com/parvezk/webgl-demo-1
- Owner: parvezk
- Created: 2015-12-02T04:55:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T17:14:04.000Z (about 9 years ago)
- Last Synced: 2025-01-25T10:26:52.369Z (over 1 year ago)
- Topics: autodesk, javascript, webgl
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebGL
A WebGL demo experiment
## Description
A collection of primitive shapes and basic effects.
- based on [Three.js](http://www.threejs.org), a WebGL wrapper library. Link to official Three.js [Documentation Manual] (http://threejs.org/docs/)
## Setup
$ npm install
## Test
$ npm test
## Usage
$ var config = require(./config);
$ var path = require(path)
var viewGL = require('view-gl)
$ var scene = viewGL()
function onError(error){
console.log(error);
}
function onInitialized(){
var createIfNotExisted = true;
}
//start the test
scene.initialise().then(onInitialized, onError);
## License
[MIT License](http://opensource.org/licenses/MIT).
## Written by
[Parvez K](emailto:flamboyanz@gmail.com)