Skip to content
/ WindowsCreation Public template

This is a template to create a window using C's Win32 API

Notifications You must be signed in to change notification settings

Copy05/WindowsCreation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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:

#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

About

This is a template to create a window using C's Win32 API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages