# ThreeJS-3D-Music-Visualizer **Repository Path**: bgoonz/ThreeJS-3D-Music-Visualizer ## Basic Information - **Project Name**: ThreeJS-3D-Music-Visualizer - **Description**: Three.js terrain + starfield (object oriented) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-20 - **Last Updated**: 2021-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Seeing Sounds with Three.js
This is a tutorial series I have been writing, and very much a work in progress. The series provides an introduction the world of three.js through developing a music visualizer. The tutorials created and code used so far can be seen below:
Get up to speed with three.js: setting your first scene
Seeing Sounds with ThreeJS + WebGL [Intro]
Seeing Sounds [Part 1]: Creating the star field
Seeing Sounds [Part 2]: Creating the terrain
Seeing sounds [Part 3]: Star field + Terrain
Seeing sounds [Part 4]: Animating a terrain with three.js
[Todo: First person movement with the Chase Camera]
Coding an infinite 3D world with three.js [Part 1]
Coding an infinite 3D world with three.js [Part 2]
Code samples can be seen here
To create a more re-usable codebase, I then refactored the javascript into object oriented code, which can be seen in this repository.