Skip to content

Instantly share code, notes, and snippets.

View system-linux's full-sized avatar
🏠
Working from home

William Afton system-linux

🏠
Working from home
View GitHub Profile
@Alia5
Alia5 / transparent_sfml.cpp
Last active July 28, 2025 12:30
Transparent SFML Window
#include <SFML/Graphics.hpp>
#include <Windows.h>
#include <Dwmapi.h>
#pragma comment (lib, "Dwmapi.lib")
int main()
{
sf::RenderWindow window(sf::VideoMode(1280, 720), "Transparent Window");