Game Dev Blogs
Here I document my dive in the unity game engine and my learning process.
![](/images/pic03.jpg)
Here lies all the archive of my game dev journey, mishaps, and learning moments. This is a collection of how I learned things in the unity game engine and most of these are not to be taken as a tutorial. Maybe not a tutorial but please feel Free to use this as a reference for your learning as well.
How to generate sine waves
![](/blogs/gamedev/visualizing-math-with-unity/generating-sine-wave/sine-theory.png)
Visualizing math using programming is a thing I'm pretty interested for a while now. I think that by visualizing them in a program like manner I could further understand and maybe utilize these mathematical function in the future. In this blog I will try to figure out how to generate a sine wave using the sine function. I may have learned trigonometry in my high school but I don't remember much so this will be a great refresher for the course.