Skip to content
View mmozeiko's full-sized avatar

Block or report mmozeiko

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

Pinned Loading

  1. wcap Public

    Small and efficient screen recording utility for Windows 10 and 11

    C 900 38

  2. TwitchNotify Public

    Tiny utility to notify when Twitch users go live for Windows 10 and up

    C 79 15

  3. build-sdl3 Public

    Automatic build of SDL3 libraries for Windows

    Batchfile 61 8

  4. derpnet Public

    Network library in C for Windows

    C 65 4

  5. Download MSVC compiler/linker & Wind...
    1
    This downloads standalone MSVC compiler, linker & other tools, also headers/libraries from Windows SDK into portable folder, without installing Visual Studio. Has bare minimum components - no UWP/Store/WindowsRT stuff, just files & tools for native desktop app development.
    2
    
                  
    3
    Run `py.exe portable-msvc.py` and it will download output into `msvc` folder. By default it will download latest available MSVC & Windows SDK - currently v14.40.33807 and v10.0.26100.0.
    4
    
                  
    5
    You can list available versions with `py.exe portable-msvc.py --show-versions` and then pass versions you want with `--msvc-version` and `--sdk-version` arguments.
  6. setting up and using D3D11 in C
    1
    // example how to set up D3D11 rendering on Windows in C
    2
    
                  
    3
    #define COBJMACROS
    4
    #define WIN32_LEAN_AND_MEAN
    5
    #include <windows.h>

339 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

2 contributions in private repositories Mar 4
Loading