mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2025-07-05 19:16:48 +00:00
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.
This commit is contained in:
parent
d0ae3da998
commit
be57748023
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user