M87K452b's Stars
vharivinay/ai-berkley-experimentation
Personal learning project about AI, neural networks, and machine learning.
vharivinay/creative-coding-itp-nyu-edx
Creative coding using the P5JS environment by ITP-NYU on EdX. This repo contains some (or all) course content from my audit of this course.
vharivinay/android-dev-w-kotlin
Learning android - Personal andorid development projects and resources.
vharivinay/Mandelbrot-set
This program computes and renderss the Mandelbrot set (a fractal) for a given set of coordinates.
vharivinay/logistic-map-plot
The program computes and renders the periodic and chaotic behavior of the logistic map equation.
vharivinay/plotting-primes
This program plots the prime numbers in polar coordinates as (p, p) and generates spiral galaxy like plots inspired by a youtube video on 3b1b
vharivinay/LatticeBoltzmann-flowaroundobstacle
Computing Flow Around Obstacles - Using Lattice Boltzmann Methods
vharivinay/Estimate-Pi
This code is an interactive application that estimates the value of pi using the unit square unit circle method.
vharivinay/simulation-and-modelling-of-natural-processes
Simulation and modeling of natural processes - MOOC - Coursera
vharivinay/learning-processing-py-mode
Learning processing - python-mode
vharivinay/compute_Pi_using_polygons
Computing Pi using perimeters of regular polygons and a circle with unit radius
vharivinay/raining-food
Matrix digital rain animation but with food emojis using P5js
vharivinay/flocking-quadtree
Flocking simulation using quadtree algorithm
vharivinay/qtile-config
Personal Qtile Window manager config
vharivinay/Flow-field-using-noise
Animating flow filed like structures using P5JS
vharivinay/julia-set-with-shaders
Julia set render with GLSL shaders and P5.js library
vharivinay/postprocessing-topopt
Code to post-process topology optimized 2D results to a usable smooth geometry. TO solver used is 88-line code by DTU, Denmark