kirk781@discuss.tchncs.de to linuxmemes@lemmy.world · 5 days agoLinux is the reason Windows apps are bloated these daysdiscuss.tchncs.deimagemessage-square232linkfedilinkarrow-up1839arrow-down138
arrow-up1801arrow-down1imageLinux is the reason Windows apps are bloated these daysdiscuss.tchncs.dekirk781@discuss.tchncs.de to linuxmemes@lemmy.world · 5 days agomessage-square232linkfedilink
minus-squareILikeBoobies@lemmy.calinkfedilinkarrow-up25·4 days agoI can code in C on all 3 (more if you include BSDs). You would not believe how amazing my skills are to avoid platform specific dependencies in a language that predates all these OS.
minus-squaresrestegosaurio@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up3·4 days agoHow do you deal with platform specific stuff? I am talking about desktop API and friends. (If that’s even a thing in your problem space). /gen
minus-squareILikeBoobies@lemmy.calinkfedilinkarrow-up2·4 days agoYou can consider nappgui sdk which will handle it https://nappgui.com/en/home/web/home.html However because this is C, let’s just use libraries GLib/GTK is already cross-platform. Code Example/Build process https://wrycode.com/gtk3-cross-compile/ There are other examples/libraries so it depends on what you need.
minus-squareInternetCitizen2@lemmy.worldlinkfedilinkarrow-up1·4 days agoWhen I grow up I want to be like you
I can code in C on all 3 (more if you include BSDs). You would not believe how amazing my skills are to avoid platform specific dependencies in a language that predates all these OS.
How do you deal with platform specific stuff? I am talking about desktop API and friends. (If that’s even a thing in your problem space). /gen
SDL or
#ifdefs.You can consider nappgui sdk which will handle it
https://nappgui.com/en/home/web/home.html
However because this is C, let’s just use libraries GLib/GTK is already cross-platform.
Code Example/Build process https://wrycode.com/gtk3-cross-compile/
There are other examples/libraries so it depends on what you need.
deleted by creator
When I grow up I want to be like you