Skip to content
View SiddharthChillale's full-sized avatar
πŸŽƒ
Boo !
πŸŽƒ
Boo !

Block or report SiddharthChillale

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SiddharthChillale/README.md

πŸ‘‹ Hi ! I'm Siddharth Chillale .

Website β€’ Twitter

  • πŸƒ I’m currently pursuing my Masters in Computer Science at University at Buffalo

  • πŸ“· My topics of interest(but not limited to) are

    • Computer Graphics
    • Neural Networks and Machine Learning
    • Web and networking
    • Low-level software systems and optimization.
  • πŸ’¬ Ask me about Graphics, AI and GameDev

  • πŸ“« You can reach me via email (siddharth.chillale[at]gmail[dot]com) or on twitter @TheLongRaven


πŸ“ Latest Blog Posts


πŸ“Š Working Projects Lists

  • βœ“ - 2D C++ game development link
    • Wrote a C++ game from scratch featuring a snake who can eat food to grow longer and snacks to move faster. Used WinAPI for window creation and coloring graphics. Implemented primitives like lines, triangles and quads.
  • βœ“ - Software Ray Tracer link
    • wrote a ray tracer following the raytracing series of three books by Peter Shirley. Includes acceleration using bounding volume hierarchical structures of AABBs, volume rendering, direct and indirect light illumination using BRDF model, Texture and image mapping. A Z-Buffer is used to determine the order of drawing overlapping triangles.
  • βœ“ - DirectX Deferred Rendering link
    • Developed a 3D renderer using DirectX for deferred rendering. Features dynamic Phong shading with specular highlights, mesh loading, texture mapping with mipmaps, frustum culling.
    • - Realtime DirectX Raytracing (limited by hardware)
    • - Neural Rendering

πŸ“š What I'm reading currently

  • Game Engine Architecture - Jason Gregory
  • Physically Based Rendering - Matt Pharr, Greg Humphreys

Pinned Loading

  1. cofe-3d-renderer cofe-3d-renderer Public archive

    Forked from planetchili/3D_Fundamentals

    3D Rendering Engine with directx shader pipeline featuring Texture Mapping, Phong lighting, Mesh loading, frustum culling,

    C++

  2. blocky_game blocky_game Public archive

    A 2D platformer game featuring a protaganist who gets angry because his TV was stolen by aliens

    GDScript

  3. snek_game snek_game Public archive

    A Snek game with a twist, where the danger noodle has speed boost or growth food.

    C++

  4. dashboard-corona dashboard-corona Public archive

    Dashboard for visualising the affected numbers during the outbreak of COVID-19 worldwide

    Python