-
Epic Games / RAD Game Tools
- WA
- @mmozeiko
- @mmozeiko@mastodon.gamedev.place
Pinned Loading
-
TwitchNotify
TwitchNotify PublicSimple 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>
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.