Skip to content

kpreid/gltoyjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLToyJS

This is a port of my OpenGL screen saver GLToy to WebGL. I hope to eventually include a wrapper so it functions as a Mac OS X screen saver just as GLToy did, but for now it is a web page.

Running GLToyJS

No compilation is required; simply serve this directory from a web server (required so that files can be accessed from scripts) and open gltoy.html in a WebGL-supporting browser.

License

Except as otherwise noted in individual files, all source code and other materials are Copyright © 2011-2012 Kevin Reid, and licensed as follows (the “MIT License”):

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.

Summary of exceptions (not guaranteed to be up-to-date; please review individual files or containing directories for accurate information):

  • The contents of the deps/ subdirectory are third-party code.
    • gl-matrix/ is licensed under what the OSI calls the zlib/libpng license.
    • webgl-debug.js is licensed under “a BSD-style license” (context has been lost for what license that is).
    • webgl-utils.js is licensed under the BSD 3-clause license.
  • Some code is derived from the Learning WebGL Lessons.

Releases

No releases published

Packages

No packages published