Cross-Compile Native Gui Apps with uing

2024-07-08 Thread cmc
Thank you! Ah, yes- I agree, you need to thoroughly manually test your code on all systems. However, when your major release is done and you shift into maintenance mode, and especially long-term maintenance, I found that importance shifts dramatically to automatic regression tests. That is wher

Cross-Compile Native Gui Apps with uing

2024-07-08 Thread Araq
Nice article, thanks for sharing! I never saw the value in cross-compilations for non-embedded targets, but that's probably just me. (You need to test the result on every supported platform anyway, why does the compilation step matter?)

Cross-Compile Native Gui Apps with uing

2024-07-08 Thread cmc
Hi everyone! I noticed how much Nim changes the economics of software writing- you can write easily distributable GUI apps just as quickly as web apps, making GUI apps just as cheap. This is quite remarkable- try writing one in C++ or Rust, and suffer. Or just use Nim instead. Researching libr