Jayden Edara
I am an AI/ML software engineer, recently graduated from UW for CS and Math. I'm interested in ray tracing and exploring how neural networks can enhance real-time techniques like super-sampling. Below are some of my projects, and you can find updates on my work and other interesting topics I've come across on my blog (empty as of now). If anything here interests you or you just want to reach out, feel free to contact me via email or socials.
Projects
- JTX Path Tracer :
- An offline physically-based ray tracing engine based on PBRTv4, written in C++, CUDA, and Vulkan (WIP)
- JVK Base :
- My C++ Vulkan 1.3 rasterization engine, used as a base for other specialized projects (WIP)
- JTXLib :
- My math utility library, written in C++, and accelerated with AVX and CUDA.
- NSS :
- Reimplementing neural supersampling models.
- TGE :
- A rendering engine that outputs 3D ASCII shaded art to your terminal; C++ version is WIP