https://github.com/copy05/windowscreation
This is a template to create a window using C's Win32 API
https://github.com/copy05/windowscreation
c copy05 cpp template win32 window windows
Last synced: about 1 month ago
JSON representation
This is a template to create a window using C's Win32 API
- Host: GitHub
- URL: https://github.com/copy05/windowscreation
- Owner: Copy05
- Created: 2021-10-27T16:00:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T22:43:19.000Z (over 3 years ago)
- Last Synced: 2025-06-07T01:04:02.469Z (about 1 year ago)
- Topics: c, copy05, cpp, template, win32, window, windows
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows Creation
This Repo Contains basic C++ Code to create a window with **C's Win32 API** for your C++ project
> **NOTICE:**
>
> I dont recomend using Win32 **ALONE** for making any Desktop apps please use some third party librarys *(like Vulkan, ImGUI)* too
# Getting Started
Clone the source code and include it in your Project
**if you have allready a main.cpp file:**
```cpp
#include "Window.h"
// inside main function
Window* wind = new Window();
wind->runWindow();
```
# Contribution
If you need assistant with Window Creation please go to issues create one and i will look to help