aweary / bunny-walkthrough

Draws a 3D bunny to the screen using stack.gl

Home Page:http://stack.gl/bunny-walkthrough/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bunny-walkthrough

A "hello world" example of sorts for using stack.gl: simply draws a 3D bunny to the screen with an orbit camera for interacting with.

Thoroughly verbose comments here, to step through the basics of how everything fits together in practice.

To run this locally, ensure you have node.js and git installed, then run the following from your terminal:

git clone git@github.com:stackgl/bunny-walkthrough
cd bunny-walkthrough
npm install
npm start

See Also

About

Draws a 3D bunny to the screen using stack.gl

http://stack.gl/bunny-walkthrough/


Languages

Language:JavaScript 99.7%Language:GLSL 0.3%