Skip to content
View cppikigai's full-sized avatar
🌸
🌸
Block or Report

Block or report cppikigai

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

Hello everyone!

I'm starting my journey into computer graphics programming by creating this GitHub profile. While I have some experience in other programming areas, I'm starting here from scratch.
If you're interested in my projects or my journey, feel free to reach out to me via email at [email protected].
I plan to share daily progress reports in the notes on the pages of my blog, which I'll set up within a separate repository. Since I have a full-time job, I won't have a lot of time for this blog, but my goal is to dedicate at least 3-4 hours each day to learning computer graphics programming.

Pinned Loading

  1. blog blog Public

    My year-long journey to master computer graphics programming, focusing on 3D rendering engine implementation, with daily updates, plans, and resource links.

  2. algorithms_kata algorithms_kata Public

    My path in mastering algorithmic problem-solving. In this repository, I publish daily solutions to problems from websites similar to LeetCode and HackerRank.

    C++

  3. common_tasks common_tasks Public

    Сommon programming problems and their solutions, focusing on interesting concepts that merit attention and can be implemented within a single file or function.

    C++

  4. tiny_software_renderer tiny_software_renderer Public

    This project aims to provide a hands-on exploration of rendering principles by implementing basic rendering functionalities similar to popular graphics APIs, with a focus on CPU-based implementation.

    C++