allwinwilliams / snow-3d

A personal exploration on three.js to import model done in blender and having interacting by tracking mouse pointer.

Home Page:https://allwinwilliams.com/snow-3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snow night

A simple exploration using three.js

Live demo at https://allwinwilliams.com/snow-3d

Setup

Run the setup script to make the repository your own!

$ ./setup

Install dependencies and start your engines! This ships with a simple express.js server so we can run three.js properly without cross-origin issues.

$ npm install
$ npm run start

Open http://localhost:8080 to view your project.

About

A personal exploration on three.js to import model done in blender and having interacting by tracking mouse pointer.

https://allwinwilliams.com/snow-3d


Languages

Language:JavaScript 72.8%Language:HTML 18.9%Language:CSS 8.3%