Skip to content
View FlyMandi's full-sized avatar
  • Germany
  • 23:01 (UTC +02:00)

Block or report FlyMandi

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

Welcome.

I like to code (duh), particularly interested in Low-Level game & engine programming.

I have a healthy obsession with figuring out how stuff works under the hood; I like to build things from scratch, not only to learn, but also to build and configure my own tools to my liking.

Also very passionate about operating systems and hardware.

top langs

Platforms listed below never include macOS because I have no interest in acquiring it to verify compatibility. In principle however, if Windows + Linux is specified, you can try your luck with building the project on macOS so long as the APIs/SDKs are supported.

List of projects:

Name & Hyperlink Type Languages APIs Platforms Status
River 3D Graphics Engine C-Style C++20 Vulkan + GLFW Windows + Linux WIP 👷🏗️
CPong Simple Pong Game C99 WIN32 Windows Only WIP 👷🏗️
PWSH-Collection Shell scripts PowerShell 7 .NET Windows + Linux Endlessly WIP 🔁
Snek Simple Snake Game x86-64bit assembly WIN32 Windows Only Paused ⏸️

Pinned Loading

  1. River River Public

    A cross-platform 3D game engine written by yours truly, using Vulkan & GLFW.

    C++

  2. CPong CPong Public

    A simple re-implementation of the age-old classic, Pong, done entirely in C99 and the WIN32 API as my first 2D game.

    C