Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.09 KB

Laboratory assignment 2: Particle system

This directory contains my solution to the second laboratory exercise for the Computer Animation course at the Faculty of Electrical Engineering and Computing at the University of Zagreb.

Assignment

Summary

Create an animated particle system using billboarding.

Full text

The original full text of this assignment is available as a PDF (in Croatian).

Implementation

This implementation uses the Typescript programming language and the Three.js library to solve the assignment.

Building

  1. Install dependencies using the command npm install.
  2. Build the application using the command npm run build:prod.
  3. Enter the dist directory and serve it using an HTTP server, for example using the command npx http-server.
  4. Open the URL where the files are served using an up-to-date web browser.

License

This solution is licensed under the MIT License.