https://github.com/overv/open.gl
The source code and content of Open.GL.
https://github.com/overv/open.gl
Last synced: about 1 year ago
JSON representation
The source code and content of Open.GL.
- Host: GitHub
- URL: https://github.com/overv/open.gl
- Owner: Overv
- Created: 2012-03-31T18:22:45.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T23:53:39.000Z (about 4 years ago)
- Last Synced: 2025-05-16T06:02:25.817Z (about 1 year ago)
- Language: PHP
- Homepage: http://open.gl/
- Size: 14.2 MB
- Stars: 1,086
- Watchers: 52
- Forks: 261
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Open.GL
-------
This repository hosts the server content of the Open.GL tutorial site. It was
made public to allow people to track changes to the site and suggest
improvements.
E-book
------
This guide is now available in e-book formats as well:
* [EPUB](https://raw.githubusercontent.com/Overv/Open.GL/master/ebook/Modern%20OpenGL%20Guide.epub)
* [PDF](https://raw.githubusercontent.com/Overv/Open.GL/master/ebook/Modern%20OpenGL%20Guide.pdf)
The ebooks can be built by running `ebook/make_ebook.sh` from the root directory.
License
-------
The code examples (`content/code`) are licensed as
[CC0](http://creativecommons.org/publicdomain/zero/1.0/legalcode), which is
equivalent to public domain in most jurisdictions.
The source code of the site is licensed as MIT and content of the articles as
[Creative Commons Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/).