Conversation

I haven’t looked at Linux development in a very long time, say 2009 or so. What is the recommended way to create a native application? What UI framework would one use? Is C/C++ still the primary language or has Rust or some other language become the new hotness?

3
0
0

@fahrni on the GTK side folks are doing rust, C, Python, even Swift nowadays?!

1
0
0

@fahrni Xojo makes native Linux apps. And native Android, iOS macOS, and Windows apps. Don’t be fooled by the cross platform tag line. It’s not using a framework across all the targets. It’s native controls on them all. Language is a modern object oriented version of Basic.

https://www.xojo.com

1
0
0

@ianRobinson Oh yes! I’m a Xojo fan! My first dev language was Microsoft’s Professional Basic, which was awesome.

0
0
0
@cas @fahrni Rust is hot but did not work well with Gtk last time I tried.
1
0
1