Purebasic, spiderbasic comparison to xojo

Read this as well on the FutureBasic site…cool

Working with nibs
With nib files, you create and manipulate your user interfaces graphically, using Xcode, instead of programmatically. Because you can see the results of your changes instantly, you can experiment with different layouts and configurations very quickly. You can also change many aspects of your user interface later without rewriting any code.

1 Like

Yes, but you can bind to GTK in very easy way.

At least on Linux you can crosscompile with wine for Win aswell. In stark contrast it has a commandline compiler what makes it easy to integrate in your own CI/CD

This is one main reason why I favour PB and even Freebasic. Freebasic a bit more because it is real free (in terms of GNU) software.

True, with all its advantages and disadvantages.

For me Xojo is mainly a MacOS App with Windows and little bit Linux, Mobile and Web. PB is more even in its crossplatform support.

5 posts were split to a new topic: GTK , LGPL, and GPL

There are some excellent free and open source gadgets available here including a very good ListBox ( ListEx ).

You can with SpiderBasic ( it builds on top of Apache Cordova and you can use Import to add additional Cordova modules too ). The most recent version of SpiderBasic has added Onsen UI gadgets to make it look better on mobile too.