Skip to content
View theVeryPulse's full-sized avatar
🎯
Focusing
🎯
Focusing
  • 09:09 (UTC)

Block or report theVeryPulse

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
TheVeryPulse/README.md

Hi, I'm Philip! πŸ‘‹

I'm a software developer with extensive experience with building game systems with C.

Tech Stack

c,cpp,cs,python,html,css,ubuntu,linux,vscode,visualstudio

🌱 Highlight Projects

Ray Tracing in C - miniRT

A ray tracing software that supports shadow, specular reflection, basic shapes including sphere, cylinder, disk, and plane. Optimization with 3D Geometry and Linear Algebra.

Shell Program in C - miniShell

A shell program inspired by Bash that supports process control and I/O redirection, pipes, and various built-in commands.

Linux Concurrency in C - philosophers

A program that simulates the dinning philosophers problem through both multi-threading (with mutex) and multi-processing (with semaphore), addressing the problem of concurrency and synchronization.

See also

https://theverypulse.github.io/

πŸ“¬ Get in Touch

Pinned Loading

  1. miniRT miniRT Public

    A minimal ray-tracer

    C 1

  2. Minishell Minishell Public

    A mini version of Linux shell

    C 1 1

  3. FdF-3D-Wireframe-Renderer FdF-3D-Wireframe-Renderer Public

    A simple 3D wireframe renderer

    C 2