nam-usth / webgl-dominion-fleet-threejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webgl (with threejs)

USTH Computer Graphics

Author:

  • HUYNH Vinh Nam

Declaration:

  • The main objective of this project is to render several Terran air units from StarCraft 2 that can be controlled with mouse.

Steps

1. Install VSCode

2. Install Node.js and NPM

Download Node.js

3. Setup

Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

About


Languages

Language:JavaScript 97.2%Language:HTML 1.7%Language:CSS 1.0%