home phone

PROGRAMMING


I mainly program in c# ,p5 java script .Here are some of my cool programs .


CIRCLE SIMULATOR


I created a circle simulator in Unity , I can change vertex count , radius , thickness etc.


MANDELBROT SET


Created a Mandelbrot fractal texture in unity .


POLYGON SIMULATOR


Created a polygon simulator in Unity .


SELF DRIVING CAR SIMULATION USING GENETIC ALROGITHMS


A self-driving car simulation trained/tested using Genetic Algorithms. The algorithm works by passing the best genes from one generation to another and hence ensuring our model gets well trained. This was done using Unity and C#.