Comment on Puny GUI – A tiny cross platform GUI Kit in JanetComments−bmn__6ySubtracting all the delusional fluff about small sizes, this article is about a Janet binding to Gtk3.ldd app.bin|rg -o '/usr/lib[^ ]+'|xargs stat -L -c %s|perl -lne'$s += $_; END {print $s}'38120904−mwcampbell6yActually it's about a Janet binding to IUP. The key difference is that on Windows, IUP uses native controls, whereas GTK does not.
Comments
Subtracting all the delusional fluff about small sizes, this article is about a Janet binding to Gtk3.
ldd app.bin|rg -o '/usr/lib[^ ]+'|xargs stat -L -c %s|perl -lne'$s += $_; END {print $s}'
38120904
Actually it's about a Janet binding to IUP. The key difference is that on Windows, IUP uses native controls, whereas GTK does not.