-
simple-todo-c
A lightweight, native Windows Todo application built with pure C and the Win32 API. Just 60 KB
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
YoutubeGO
YouTubeGO is a high-performance video/audio downloader supporting major platforms like YouTube, Vimeo, Odysee, TikTok, SoundCloud, and Twitter. With MP3/MP4 support, smart queueing, batch tools, scheduling, and a modern UI, YouTubeGO delivers a fast, secure and seamless downloading experience.
https://github.com/Efeckc17/YoutubeGO By the way, you can also review or examine this application, I would be very happy :D
-
GameStretcher
Run 2D Windows Games (GDI, DirectDraw, D3D9) with a stretchable window, and a SuperXBR upscale filter
Example of setting DPI awareness: https://github.com/Dwedit/GameStretcher/blob/master/Stretche...
This code dynamically checks for and calls one of the following: user32:SetProcessDpiAwarenessContext, shcore:SetProcessDpiAwareness, then user32:SetProcessDPIAware. If the Windows version is extremely old and doesn't implement any of those, it won't call anything.
-
Here is one of few Windows apps that I have written, albeit in C#. compinfo is a single, 431 KB windows executable.
It displays basic computer info including user name, computer name, OS, model, serial number (service tag), CPU model, memory, IPv4 address and uptime.
https://github.com/jftuga/compinfo
-
-
Some time ago I put together this example: https://github.com/tringi/win32-dpi
The high DPI support in Windows went through quite an evolution since XP, but mostly to fix what app programmers messed up. You can have nice and crisp XP at 250% dpi if you do things right, e.g.: https://x.com/TheBobPony/status/1733196004881482191/photo/1
-
The CRT has been an OS component on Windows for a decade now:
https://learn.microsoft.com/en-us/cpp/porting/upgrade-your-c...
MinGW does not provide its own CRT. Historically, it used msvcrt.dll, which is the old and outdated CRT for VC++ 6.0 that was included in Windows a long time ago. These days it can also use uCRT, and that is indeed the new default:
https://github.com/mingw-w64/mingw-w64/blob/master/mingw-w64...
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.