An open API service indexing awesome lists of open source software.

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

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