Skip to content

A controllable, animated galaxy presented in 3D with hundreds of thousands of particles. Created with Three.js.

Notifications You must be signed in to change notification settings

dvdjrnx/animated-galaxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animated Galaxy

A whirling orange and yellow galaxy appears against the black backdrop of space.

This project explores particle systems and animation in 3D and handling hundreds of thousands of particle instances in the browser. It was created with Three.js and React Three Fiber.

It features a whirling galaxy with distinct branches. The branches become more homogenous as the animation plays out. In the upper-right corner is a GUI that allows users to dynamically adjust multiple parameters for the scene, including colors, size, branches, and particle count.

The work was undertaken as one of many steps in acquiring my Three.js certification through Three.js Journey.

Live demo

A running demo of the project can be viewed at https://dvdjrnx.github.io/animated-galaxy

Local development

Installation

  1. Clone the repository.
  2. Install the required dependencies by running npm install.

Usage

To start the project, run the following command:

npm run dev

About

A controllable, animated galaxy presented in 3D with hundreds of thousands of particles. Created with Three.js.

Topics

Resources

Stars

Watchers

Forks