Showing
1 changed file
with
42 additions
and
0 deletions
README.md
0 → 100644
1 | +# WebGL Tutorials | |
2 | + | |
3 | +This is just a collection of examples and tutorial results I have done | |
4 | +during my playing with WebGL and reading of the book | |
5 | +[Programming 3D Applications with HTML5 and WebGL](http://oreil.ly/program-3d-apps-html5-webGL) | |
6 | +written by Tony Parisi and published at O'Reily. | |
7 | + | |
8 | +## Description | |
9 | + | |
10 | +These are just a bunch of HTML, CSS and Javascript files demonstrating WebGL. | |
11 | + | |
12 | +All or most of the stuff is taken from the book mentioned above. | |
13 | + | |
14 | +## Requirements | |
15 | + | |
16 | + * Webserver (the examples do not work with file:// delivery) | |
17 | + * A WebGL capable Browser. | |
18 | + | |
19 | +## Contributing | |
20 | + | |
21 | +This is just for demonstration. | |
22 | + | |
23 | +## License | |
24 | + | |
25 | +GNU General Public License (Version 3) | |
26 | + | |
27 | +> This program is free software: you can redistribute it and/or modify | |
28 | +> it under the terms of the GNU General Public License as published by | |
29 | +> the Free Software Foundation, either version 3 of the License, or | |
30 | +> (at your option) any later version. | |
31 | +> | |
32 | +> This program is distributed in the hope that it will be useful, | |
33 | +> but WITHOUT ANY WARRANTY; without even the implied warranty of | |
34 | +> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
35 | +> GNU General Public License for more details. | |
36 | +> | |
37 | +> You should have received a copy of the GNU General Public License | |
38 | +> along with this program. If not, see <http://www.gnu.org/licenses/>. | |
39 | + | |
40 | +## Author | |
41 | + | |
42 | +Georg Hopp <<georg@steffers.org>> | ... | ... |
Please
register
or
login
to post a comment