Category
page 1Windows APIs
Windows API
Microsoft's core set of application programming interfaces available in Windows operating systems
Pygame
Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language.
Simple DirectMedia Layer
free software multimedia library
Allegro
software library for video game development
Q21600523
universal application platform created and developed by Microsoft for Microsoft Windows
SFML
cross-platform software development library designed to provide a simple application programming interface (API) to various multimedia components in computers
Windows Runtime
platform-agnostic component and application architecture
Universal Windows Platform app
file format for applications built upon the Universal Windows Platform and used across compatible Microsoft Windows systems
GLFW
GLFW (Graphics Library Framework) is a lightweight utility library for use with OpenGL, OpenGL ES and Vulkan. It provides programmers with the ability to create and manage windows as well as OpenGL and Vulkan contexts, as well as handle joystick, keyboard and mouse input.
WinG
thumb|Calibration screen
Raylib
Raylib (stylized as raylib) is a cross-platform open-source software development library. The library was made to create graphical applications and games.
windows.h
is a source code header file that Microsoft provides for the development of programs that access the Windows API (WinAPI) via C language. It declares the WinAPI functions, associated data types and common macros.
ClanLib
ClanLib is a video game SDK, supporting Microsoft Windows, macOS, and Linux, with partial support for mobile platforms. It has full hardware accelerated graphics support through OpenGL, and also a software renderer. ClanLib also helps in playing sound, using the Vorbis or MikMod libraries, and has classes for collision detection, GUIs, XML, networking, and other things that may be helpful to a game programmer.