This repository contains a basic implementation of a simple window using C++. The goal is to create a minimal window setup using the Windows API, making it a great starting point for those interested in learning about graphical programming and Windows application development.
- 🪟 Window Creation: Initializes and displays a basic window.
- 🎮 Event Handling: Processes basic events like closing the window.
- 🛠️ Customizable Window Class: Easily modify the window class name and title.
To compile and run this project, you will need:
- 🖥️ A C++ compiler (like MinGW, MSVC, or any other that supports Windows API).
- 🛠️ An IDE or text editor (like Visual Studio, VS Code, etc.).
- Clone the repository:
git clone https://github.com/AhmedSamyMousa/SimpleWindow.git