Click here to Skip to main content
16,000,240 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Development oddity Pin
Kent K14-Aug-24 9:39
professionalKent K14-Aug-24 9:39 
GeneralRe: Development oddity Pin
Mike Hankey14-Aug-24 10:09
mveMike Hankey14-Aug-24 10:09 
GeneralRe: Development oddity Pin
Roger Wright14-Aug-24 15:36
professionalRoger Wright14-Aug-24 15:36 
GeneralRe: Development oddity Pin
englebart14-Aug-24 16:03
professionalenglebart14-Aug-24 16:03 
GeneralRe: Development oddity Pin
Mike Hankey14-Aug-24 22:47
mveMike Hankey14-Aug-24 22:47 
GeneralRe: Development oddity Pin
Matt Bond19-Aug-24 6:05
Matt Bond19-Aug-24 6:05 
GeneralRe: Development oddity Pin
Mike Hankey19-Aug-24 6:17
mveMike Hankey19-Aug-24 6:17 
GeneralWell, it finally happened (adventures in software design) Pin
honey the codewitch12-Aug-24 9:21
mvahoney the codewitch12-Aug-24 9:21 
I am remaking the font subsystem in my embedded graphics library.

Historically, I had different font classes for each type of font, which made my UI library which builds on it somewhat painful to use. The code was also horrible in each case, and I think there were a few bugs in the extents, having to do with measuring text properly (more difficult than it seems)

I've finally decided to unify things, and that means major breaking changes to both my graphics and UI libraries.

To that end, I'm making a 2.0 revision and correcting a number of minor, but longstanding issues that will break interfaces.

It has lasted 3 years, and been used in numerous professional projects, and even more hobby projects.

Not just by me because while it's not LVGL in terms of popularity, it gets some play.

I'm not sure what that says about the design. I want to say 3-4 years is a long time to go without any major breaking changes, considering I added very significant features in that time. So that said, I'm sort of hesitantly proud of what I accomplished.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix

GeneralRe: Well, it finally happened (adventures in software design) Pin
pkfox12-Aug-24 9:36
professionalpkfox12-Aug-24 9:36 
GeneralWhat are the Odds Pin
BernardIE531712-Aug-24 7:21
BernardIE531712-Aug-24 7:21 
GeneralRe: What are the Odds Pin
PIEBALDconsult12-Aug-24 8:18
mvePIEBALDconsult12-Aug-24 8:18 
GeneralRe: What are the Odds Pin
BernardIE531712-Aug-24 9:51
BernardIE531712-Aug-24 9:51 
GeneralHMRC is confusing ... and so is the bank! Pin
OriginalGriff12-Aug-24 2:34
mveOriginalGriff12-Aug-24 2:34 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
Richard Deeming12-Aug-24 3:39
mveRichard Deeming12-Aug-24 3:39 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
OriginalGriff12-Aug-24 3:52
mveOriginalGriff12-Aug-24 3:52 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
OriginalGriff12-Aug-24 3:55
mveOriginalGriff12-Aug-24 3:55 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
Richard MacCutchan12-Aug-24 4:56
mveRichard MacCutchan12-Aug-24 4:56 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
OriginalGriff12-Aug-24 5:20
mveOriginalGriff12-Aug-24 5:20 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
MarkTJohnson12-Aug-24 5:42
professionalMarkTJohnson12-Aug-24 5:42 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
pkfox12-Aug-24 9:39
professionalpkfox12-Aug-24 9:39 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
charlieg12-Aug-24 11:48
charlieg12-Aug-24 11:48 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
pkfox12-Aug-24 21:42
professionalpkfox12-Aug-24 21:42 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
charlieg13-Aug-24 1:54
charlieg13-Aug-24 1:54 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
charlieg12-Aug-24 11:44
charlieg12-Aug-24 11:44 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
jschell14-Aug-24 15:01
jschell14-Aug-24 15:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.