Skip to content
View dudujuju828's full-sized avatar

Block or report dudujuju828

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

Max Marino

Computer Science student at the University of Reading, specializing in graphics programming with C++ and OpenGL.

Projects

Octodoro — A gamified octopus-themed social pomodoro timer. https://www.octodoro.com/

EduCPlusPlus — a C++20 educational repository focused on teaching modern, idiomatic C++ through short lessons, runnable examples, and exercises. https://www.educplusplus.com/

GraphicsEngine — A work-in-progress rendering engine designed for creating 2D and 3D games, with a focus on clean abstraction and usability.

MinecraftStream — Building Minecraft from scratch, developed entirely on livestream to document the full project lifecycle.

GemStack — A queue-based AI development tool leveraging GeminiCLI for streamlined workflows.

RepoToCV — A CV automation tool made for software developers.

CVAL — Computer Vision Assisted Learning tool.

Abathel — An event-driven HTTP/1.1 web server in modern C++ with a non-blocking I/O core.

SpecOrca — AI-agent orchestration using SDD (Spec-driven development).

Areas of Focus

  • Low-level rendering and graphics programming
  • Shader development and GPU optimization
  • Real-time graphics and game engine architecture
  • AI tooling and workflow automation

Contact

Pinned Loading

  1. MinecraftStream MinecraftStream Public

    This is my repository for the "Minecraft from scratch" Minecraft stream, where I livestream the entire project development.

    C++

  2. GraphicsEngine GraphicsEngine Public

    GraphicsEngine WIP - To be fully-able to create basic 2D & 3D games.

    C++

  3. EduCPlusPlus EduCPlusPlus Public

    Educational repository for Modern C++ (C++20)

    C++

  4. SpecOrca SpecOrca Public

    SpecOrca is a Python CLI for spec-driven development that orchestrates two roles—Architect and Agent. The Architect reads a specification, directs the Agent to implement changes, reviews results, a…

    Python