Can we do (insert type of app) with PB?

Everything else that doesn't fall into one of the other PB categories.
Zach
Addict
Addict
Posts: 1678
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Can we do (insert type of app) with PB?

Post by Zach »

I'm just wondering if there are any limitations to what we can do with PB.

For instance, Firefox Plugins, or Windows Sidebar/Desktop Gadgets

I'm more interested in the Sidebar/Desktop Gadgets personally, as I have a few ideas for things I'd like to make for personal use..

Do these types of applications requires certain things PB can't do / or can only do with pesky workarounds?

edit:

I've heard it only really requires XML, HTML, CSS, and VBScript or Javascript, with ActiveX/COM for more complicated things?
It seems kind of hard to find any sort of guide or tutorial that outlines all the technologies involved though, and how to use them to make such a gadget..
Thorium
Addict
Addict
Posts: 1314
Joined: Sat Aug 15, 2009 6:59 pm

Re: Can we do (insert type of app) with PB?

Post by Thorium »

There is not much you cant do with PB.
  • any kind of kernel mode code (drivers)
  • operating system (someone did it but you need to rewrite the libs, which makes it more or less useless)
  • apps for any other plattform than Windows (x86 and x64), Linux (x86 and x64) and Mac OS (x86 and PPC)
If you want to write plugins you need the documentation of the plugin interface.
User avatar
Derren
Enthusiast
Enthusiast
Posts: 319
Joined: Sat Jul 23, 2011 1:13 am
Location: Germany

Re: Can we do (insert type of app) with PB?

Post by Derren »

No and no.
As you say they are both based on html/xml and js.
I think you can start PB (or really any) applications out of the plugins/wigdets but the UI has to be done in the specific language.
X
Enthusiast
Enthusiast
Posts: 311
Joined: Tue Apr 04, 2006 6:27 am

Re: Can we do (insert type of app) with PB?

Post by X »

Thorium wrote:There is not much you cant do with PB.
  • any kind of kernel mode code (drivers)
  • operating system (someone did it but you need to rewrite the libs, which makes it more or less useless)
  • apps for any other plattform than Windows (x86 and x64), Linux (x86 and x64) and Mac OS (x86 and PPC)
If you want to write plugins you need the documentation of the plugin interface.
Haven't heard of anyone writing an OS with PB before ... do you have a link?
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Re: Can we do (insert type of app) with PB?

Post by c4s »

X wrote:Haven't heard of anyone writing an OS with PB before ... do you have a link?
I think it is/was this one here:
https://gitorious.org/paloxena

However, I don't think that PureBasic is envolved anymore...
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
Thorium
Addict
Addict
Posts: 1314
Joined: Sat Aug 15, 2009 6:59 pm

Re: Can we do (insert type of app) with PB?

Post by Thorium »

c4s wrote:
X wrote:Haven't heard of anyone writing an OS with PB before ... do you have a link?
I think it is/was this one here:
https://gitorious.org/paloxena

However, I don't think that PureBasic is envolved anymore...
Here is the original post on the german forum: http://www.purebasic.fr/german/viewtopi ... 8&start=14
Unfortunatly the download is down, but it did worked. The name was Camelopardalis, made by the same guy as Paloxena.
Post Reply