by John Bower @beclamide
These are the demo files that go with my presentation on WebGL and CSS3D. Please feel free to clone the repo and have a look through the code.
The presentation is available here: https://docs.google.com/presentation/d/1E0RvEA71_cW8pyw54zXumIPmzYVDz02vVp5uo45VMbU/edit?usp=sharing
After you've cloned the repo, go into each of the chapter folders and run npm install
To run the examples, cd
into the chapter folder and run npm run serve
The code is covered under the GPLv2 license, which basically means you can do what you like with it, you just have to give credit where it's due.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.