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.
Create an animated particle system using billboarding.
The original full text of this assignment is available as a PDF (in Croatian).
This implementation uses the Typescript programming language and the Three.js library to solve the assignment.
- Install dependencies using the command
npm install
. - Build the application using the command
npm run build:prod
. - Enter the
dist
directory and serve it using an HTTP server, for example using the commandnpx http-server
. - Open the URL where the files are served using an up-to-date web browser.
This solution is licensed under the MIT License.