Can I create Desktop apps?

Everything else that doesn't fall into one of the other categories.
User avatar
Peter
Posts: 1197
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Can I create Desktop apps?

Post by Peter »

For the sake of completeness ;)

PureBasic as SpiderBasic-Host

(unfortunately only in German, but the code is in English)
plouf
Posts: 295
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: Can I create Desktop apps?

Post by plouf »

Peter wrote: Mon Oct 28, 2024 8:09 pm For the sake of completeness ;)

PureBasic as SpiderBasic-Host

(unfortunately only in German, but the code is in English)
great idea, has some limitation thought
because loading local files is prohibited for "security" reasons, stuff like waponez_web (which load data) do not work
stuff like mobileUI demo work.. etc
Christos
Dirk Geppert
Posts: 332
Joined: Fri Sep 22, 2017 7:02 am

Re: Can I create Desktop apps?

Post by Dirk Geppert »

In my opinion, it is difficult to create an application with a modern look and feel with Purebasic.
Therefore, if performance is not so important, it might be a good idea to build a WebApp and create it as an app, as described above.
Also not to be underestimated, the huge pool of JavaScript freely available libraries and functions that the browser already brings out of the box. With Purebasic you have to build it all yourself or hope that there is a Dll.
And very up-to-date: with Claude & Co you can realize a web project very easily and quickly. With Purebasic it is unfortunately not yet so easy.

The new WebView gadget (in Purebasic) opens up exciting new possibilities. 🤩

Hybrid is the new game changer!

For example, I was able to build a recording tool with AI. I can use it to transcribe text live via microphones and, for example, automatically create minutes for meetings.
The whole thing runs under Purebasic in WebView with Javascript. Ingenious!
plouf
Posts: 295
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: Can I create Desktop apps?

Post by plouf »

Disagree on part" on windows you can not find dll"

Windows (and linux) have so many dll and api , you can do ANYTHING , including access to computer hardware usb , specific hardware,acess to hard disk, access ro office acess to logistic application and unnumbeded stuff.
Not technical possible via webbrowser

However there is increased request for webapps /netword host apps , thats prett much obvious
Christos
Post Reply