Pinned Repositories
accent_synthesis
advent_of_code_2020
barkbot
A silly discord bot that we are making super complex for no reason. Responds to bark.
BitDepthCrusher
Creating a BitCrusher External for Pure Data Written in C
lei3d
Airstrafing game made using a handmade game engine (openGL, C++).
Links
A list of papers / resources online that have helped me. Mostly about AI / Graphics / Math / Audio.
lofirad.io
A Lo-fi radio webapp. Uses soundcloud web api to access a list of specifically curated lofi songs.
SoftwareGraphicsPipeline
A quick exercise to create a software graphics pipeline, focusing on MVP transforms and basic diffuse lighting
StyleTerrain
Procedural Generation of Terrain using GANs.
VulkanSceneRenderer
Building a renderer in Vulkan to exercise understanding of graphics pipeline
kevinsadi's Repositories
kevinsadi/lei3d
Airstrafing game made using a handmade game engine (openGL, C++).
kevinsadi/StyleTerrain
Procedural Generation of Terrain using GANs.
kevinsadi/SoftwareGraphicsPipeline
A quick exercise to create a software graphics pipeline, focusing on MVP transforms and basic diffuse lighting
kevinsadi/accent_synthesis
kevinsadi/advent_of_code_2020
kevinsadi/BitDepthCrusher
Creating a BitCrusher External for Pure Data Written in C
kevinsadi/canvas_collection
Simple animation of the sine graph.
kevinsadi/I-Ran
Game for Ludum Dare 51 created in C++ using SFML.
kevinsadi/Links
A list of papers / resources online that have helped me. Mostly about AI / Graphics / Math / Audio.
kevinsadi/ray-casting
A quick project for me to practice with c and learn basic rendering
kevinsadi/Rise-In-Fall
A 5 minute interactive experience (rant session) for the 2021 GaTech Game Jam
kevinsadi/Towards-Realtime-PathTracing
Another CUDA implementation of a path tracer, but with many HPC optimizations.
kevinsadi/VulkanSceneRenderer
Building a renderer in Vulkan to exercise understanding of graphics pipeline
kevinsadi/cpp-training
A repo for experimenting with C++ and algorithms.
kevinsadi/CrossCulturalDriving
Basic simulator to run cross cultural driving style studies
kevinsadi/Dog-Days
Dog Days vgDev Project
kevinsadi/ElectronicArtrium-SD
Sound Design Base Code and Max8 patches for the Electronic Artrium VIP at Georgia Tech
kevinsadi/face-recognizer
Simple script for recognizing faces. Uses OpenCV. Planning to implement deep learning with tensorflow
kevinsadi/Fakeflix
Not the usual clone that you can find on the web.
kevinsadi/Hammurabi
kevinsadi/ImageBot
Replaces images on web-pages with whatever images the user wants. Also makes cool sounds.
kevinsadi/kevinsadi
kevinsadi/KevinSadiWebsite
kevinsadi/Lunacia
An experimental exploration game in which the player explores the dreaming world of Lunacia, an ethereal space in which the dreams of humanity are stored. Gameplay consists of exploration around the self-contained space of the world in 2D space.
kevinsadi/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
kevinsadi/quick_blackrock_hack
quick small hack for hackgt blackrock challenge
kevinsadi/Raid
Spring 2023 VGDev Project
kevinsadi/RealTimeMovie
Practicing cinematics in Unity
kevinsadi/Star-Is-Gone
Lil' Game for Ya
kevinsadi/styleterrain-ada-pytorch
StyleGAN2-ADA - Official PyTorch implementation, modified by dvschultz, modified again by me