Skip to content

AlvinLIQ/Murrela

Repository files navigation

Murrela Docs

Get Started With First Murrela App

#include <CoreApp.h>

int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE pInstance, LPWSTR Param, int ParamNum)
{
	CoreApp* coreApp = new CoreApp(hInstance);
	coreApp->content = new Controls::Grid(coreApp->murrela, Controls::Stretch)
	coreApp->Run();
	coreApp->~CoreApp();
	return 0;
}

About

A Lightweight GUI library written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages