Skip to content

OpfinAI/win32ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Win32UI

Win32UI is a Windows desktop UI project written in pure C, featuring custom-drawn window controls and bitmap graphics. It includes utilities for embedding and processing bitmap and font resources, and demonstrates custom UI rendering using raw pixel data.

Features

  • Custom-drawn window controls: All window buttons (close, maximize, minimize, restore) are rendered from embedded bitmap arrays.
  • Bitmap and font embedding: Tools in compiled_graphics/ convert BMP and TTF files into C arrays for direct inclusion in the application.

Building

To build the main application and utilities, use a C compiler (e.g., MSVC or MinGW) on Windows.

License

MIT License

About

Custom Windows UI library in pure C with bitmap graphics, custom controls, and resource embedding.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages