Skip to content

Instantly share code, notes, and snippets.

View GreyJohnsonGit's full-sized avatar

Grey GreyJohnsonGit

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");