Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 285 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 285 Bytes

.NET Core Win32 User Interface Library

This repository contains a built-from-scratch Win32 GUI library targeting .NET Core. It works much like Windows Forms, but with some important differences (namely, WNDPROC is not abstracted away as well, and must be overridden in many cases).