Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 847 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 847 Bytes

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.

Running the example

  • You need both npm and git, then run the following from the command line.
  • git clone [email protected]: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