gnikoloff / practical-webgl-from-scratch-course

Code & exercises for AWWWARDS course

Home Page:https://practical-webgl-from-scratch-awwwards-course.georgi-nikolov.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practical WebGL from scratch for web developers

Full AWWWARDS Video Course
Live exercise examples

This repository contains all the samples, excercises, and demo code needed for this course.

alt text

If one understands how vanilla WebGL itself produces pixels on the screen, she will have a much easier time implementing all the cool, award winning effects with confidence and without relying on other people's code. Furthermore, knowing the internals will give any frontend developer an edge and an intro to any good web agency.

Installation

Open your favourite terminal, navigate to the folder where you want to install the project and type git clone https://github.com/gnikoloff/practical-webgl-from-scratch-course.git. Alternatively, click the Code button in top right of this page and click on "Download ZIP". Extract the ZIP file to where the code should be on your computer.

Running the project

To run it, simply:

  1. Install Node.js
  2. Navigate to the folder that contains this project
  3. Open a terminal
  4. Install the dependencies with npm install
  5. Run it with npm run start.

About

Code & exercises for AWWWARDS course

https://practical-webgl-from-scratch-awwwards-course.georgi-nikolov.com


Languages

Language:HTML 100.0%