Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

This is pretty well made and original. Im curious how do you make the oscillating wave pattern to simulate as signal.

(+1)

Thanks!

The oscilloscope signal is just a Line2D object that gets its points updated every frame. The signal is made of two parts - one simple sine wave with a fixed amplitude and a second sine wave with an amplitude tied to the volume of the audio signal.