From d0ae3da998c6eb149973153590335f003cc501bb Mon Sep 17 00:00:00 2001 From: JoseCutileiro <72456290+JoseCutileiro@users.noreply.github.com> Date: Sat, 29 Oct 2022 10:00:13 +0100 Subject: [PATCH 1/3] REMOVED DEAD LINK --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3091a30..6f25494 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,6 @@ This repository is a compilation of well-written, step-by-step guides for re-cre #### Build your own `Voxel Engine` * [**C++**: _Let's Make a Voxel Engine_](https://sites.google.com/site/letsmakeavoxelengine/home) -* [**Java**: _Let's make a voxel engine_](https://www.youtube.com/watch?v=C_Fo9PcrVXA&list=PLXa65xzz2vplye7cn1HH4GyE6_FjnDSug&index=1) [video] * [**Java**: _Java Voxel Engine Tutorial_](https://www.youtube.com/watch?v=QZ4Vk2PkPZk&list=PL80Zqpd23vJfyWQi-8FKDbeO_ZQamLKJL) [video] #### Build your own `Web Server` From be577480235c002a5d7caabc60cca082f5105c04 Mon Sep 17 00:00:00 2001 From: JoseCutileiro <72456290+JoseCutileiro@users.noreply.github.com> Date: Sat, 29 Oct 2022 10:28:59 +0100 Subject: [PATCH 2/3] NEW: Audio vizualization Recently, I had to work on audio vizualization projects, I ended up learning a bit more about this area. Since I use this repo for my free time and I think its really nice to have a comunity like this. I decided to share a bit of my sources. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6f25494..35b3911 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre ## Table of Contents: Build your own X * [3D Renderer](#build-your-own-3d-renderer) +* [Audio vizualization](#build-your-own-audio-vizualization) * [Augmented Reality](#build-your-own-augmented-reality) * [BitTorrent Client](#build-your-own-bittorrent-client) * [Blockchain / Cryptocurrency](#build-your-own-blockchain--cryptocurrency) @@ -48,6 +49,12 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**JavaScript / Pseudocode**: _Computer Graphics from scratch_](http://www.gabrielgambetta.com/computer-graphics-from-scratch/introduction.html) * [**Python**: _A 3D Modeller_](http://aosabook.org/en/500L/a-3d-modeller.html) +#### Build your own `Audio vizualization` + +* [**C# / Unity**: _Audio Visualization - Unity/C# Tutorial_](https://www.youtube.com/playlist?list=PL3POsQzaCw53p2tA6AWf7_AWgplskR0Vo) [video] +* [**Processing**: _processing.pdf_](https://www.cg.tuwien.ac.at/courses/WissArbeiten/WS2010/processing.pdf) +* [**Processing**: _using-processing-for-music-visualization_](https://www.generativehut.com/post/using-processing-for-music-visualization) + #### Build your own `Augmented Reality` * [**C#**: _How To: Augmented Reality App Tutorial for Beginners with Vuforia and Unity 3D_](https://www.youtube.com/watch?v=uXNjNcqW4kY) [video] From 61194805da3f8857ee6f786496901c162c0bb1a0 Mon Sep 17 00:00:00 2001 From: JoseCutileiro <72456290+JoseCutileiro@users.noreply.github.com> Date: Sat, 29 Oct 2022 10:32:47 +0100 Subject: [PATCH 3/3] Audio vizualizer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35b3911..2301f24 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre ## Table of Contents: Build your own X * [3D Renderer](#build-your-own-3d-renderer) -* [Audio vizualization](#build-your-own-audio-vizualization) +* [Audio vizualizer](#build-your-own-audio-vizualizer) * [Augmented Reality](#build-your-own-augmented-reality) * [BitTorrent Client](#build-your-own-bittorrent-client) * [Blockchain / Cryptocurrency](#build-your-own-blockchain--cryptocurrency) @@ -49,7 +49,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**JavaScript / Pseudocode**: _Computer Graphics from scratch_](http://www.gabrielgambetta.com/computer-graphics-from-scratch/introduction.html) * [**Python**: _A 3D Modeller_](http://aosabook.org/en/500L/a-3d-modeller.html) -#### Build your own `Audio vizualization` +#### Build your own `Audio vizualizer` * [**C# / Unity**: _Audio Visualization - Unity/C# Tutorial_](https://www.youtube.com/playlist?list=PL3POsQzaCw53p2tA6AWf7_AWgplskR0Vo) [video] * [**Processing**: _processing.pdf_](https://www.cg.tuwien.ac.at/courses/WissArbeiten/WS2010/processing.pdf)