An open API service indexing awesome lists of open source software.

https://github.com/gregtatum/talk-webgl-beyond-dom

WebGL - Beyond the DOM
https://github.com/gregtatum/talk-webgl-beyond-dom

Last synced: 7 months ago
JSON representation

WebGL - Beyond the DOM

Awesome Lists containing this project

README

          

# WebGL - Beyond the DOM

The web was built on documents rendered using the DOM (Document Object Model.) WebGL opens up a whole new class of applications that are beyond the DOM with gaming, art, and entire virtual worlds. This talk dives into the basics of how WebGL works with a live coding demo showing off the basics of shaders.

* [Slides](https://docs.google.com/presentation/d/1tvzqCV9oDs8N7Ytr0mtW4jvYdjs7oOitAicvyrwNAHc)
* [Live coding demo](https://youtu.be/lBKHKGtFfwY)

## Running the example

* You need both [npm](https://nodejs.org/) and [git](https://www.google.com/search?q=install+git), then run the following from the command line.
* `git clone git@github.com:gregtatum/talk-webgl-beyond-dom.git`
* `cd talk-webgl-beyond-dom`
* `npm install`
* `npm start`

To view the complete example run:

* `npm run start-complete`