Remix.run Logo
NewsaHackO 8 hours ago

Is there an actual book available?

fuzzybear3965 8 hours ago | parent | next [-]

Yes. Look at the README.

https://www.informit.com/store/linux-application-development...

NewsaHackO 8 hours ago | parent [-]

Of course, I saw that, but if the text of the book is not freely available, then the examples wouldn't really be helpful, no?

chii 4 hours ago | parent [-]

So buy the book? The expectation of free stuff is all too common.

NewsaHackO 3 hours ago | parent [-]

Regardless, a link to a repo of disjointed examples is not very interesting or helpful.

Joel_Mckay an hour ago | parent | prev [-]

Linux is rarely a porting issue for C++ or python: https://wxwidgets.org/

Static linking libraries for MacOS or Windows is contaminated by GPL/LGPL code, and this is why wxwidgets excludes the disclosure requirement.

Also, if you are looking for a VueJS cross-platform GUI framework for most Desktop and Mobile platforms (modern MacOS hardware and developer account is a requirement):

https://github.com/quasarframework/quasar

Qt5/Qt6 frameworks sooner or later cause more problems than they solve, and require a lot more maintenance/support.

Best of luck =3