Skip to content

nkmathew/huey32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###huey32: A color and font selection tool

huey32 is a port of the Tkinter program found here.

It's a test bed for all the WinAPI concepts I've been meaning to put to practice.

You can build it using either of these two commands:

:: The first one will simply do what the second does and run the program for you.
cd huey32 && build
cd huey32\src && make && cd ..

Drawbacks

Some of the program's shortcomings:

  • It's reliance on SetBkMode(hDC, TRANSPARENT) causes the text in the edit box to 'bleed' when you try to enter something.
  • Moving the sliders causes the edit box to flicker sometimes possibly because it's not being drawn fast enough.

The upside is, it has more functionality than its counterpart and a bit of eyecandy.

Screengrabs

A screenshot of WinAPI huey32

A screenshot of Tkinter huey

About

A color and font selection tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published