-
Epic Games / RAD Game Tools
- WA
- @mmozeiko
- @[email protected]
- @martins.ninja
Pinned Loading
-
TwitchNotify
TwitchNotify PublicTiny utility to notify when Twitch users go live for Windows 10 and up
-
-
Download MSVC compiler/linker & Wind...
Download MSVC compiler/linker & Windows SDK without installing full Visual Studio 1This 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.
23Run `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.
45You 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.
-
setting up and using D3D11 in C
setting up and using D3D11 in C 1// example how to set up D3D11 rendering on Windows in C
23#define COBJMACROS
4#define WIN32_LEAN_AND_MEAN
5#include <windows.h>
339 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created 3 commits in 3 repositories
2
contributions
in private repositories
Mar 4