Skip to content
View rtarun9's full-sized avatar

Block or report rtarun9

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
rtarun9/README.md

Hi 👋, I'm rtarun9!

  • 🔭 I’m currently working on voxel-engine

  • 🌱 I’m currently learning C++20, GPU Programming (Cuda), DirectX12

  • 📝 I sometimes write articles on https://rtarun9.github.io/blogs

  • 💬 Ask me about CG, Low level GPU api's, Operating Systems, Data structures and Algorithms

Pinned Loading

  1. Helios Public

    DirectX12 Graphics renderer used for implementing rendering techniques such as PBR / IBL, Deferred Shading, SSAO, Bloom, Shadow Mapping, etc 💫

    C++ 139 11

  2. voxel-engine Public

    WIP voxel engine with GPU culling, Indirect rendering, Multi-threaded async copy queue chunk loading system.

    C++ 20

  3. serenity-engine Public

    A WIP game engine featuring Lua scripting, D3D12 renderer and Editor

    C++ 3 1

  4. cuda-raytracer Public

    A cuda-based implementation of the Ray Tracing In A Weekend Book

    Cuda 2 1

  5. Cuda-Flocking-Boids Public

    Flocking boids simulation using Cuda and C++. Implementation approaches : Coherent grid, Uniform grid, and Brute force.

    Cuda