Constannnnnt / RenderingGraphics

Rendering Project for COMP5411 @ HKUST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COMP5411 Rendering Project

This repository contains rendering projects for COMP5411, Advanced Computer Graphics. In this project, we are going to implement the following features:

Demonstration Video

IMAGE ALT TEXT HERE

Features

Implementation

  • Using three.js to implement features.
  • Nodejs server

Usage

  • npm install
  • use gulp dev to start development
  • open localhost:5411/src/ in the browser
  • Need to restart gulp dev if the server.js file is modified. Find the server and webpack log in the root directory *.log files.

References:

About

Rendering Project for COMP5411 @ HKUST


Languages

Language:JavaScript 95.1%Language:GLSL 3.5%Language:HTML 1.4%