Re: Unified libraries to allow porting code to other oses
- Posted by irv May 23, 2015
- 2848 views
We need to be very cautious about using low-level functions - programming to the 'bare metal' you might say.
I can already see the posts about "I won't use -x- because the windows don't look like they should" - IOW, not native to the platform. That's already happened more than once.
In addition, how do you to account for user preferences, such as changes in fonts/sizes, window themes, etc? How about interacting with the taskbar?