wxPHP has Risen

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
artooro
In need of some credit
In need of some credit
Posts: 9
Joined: Thu Jun 02, 2005 10:29 pm
Contact:

wxPHP has Risen

Post by artooro »

I would like to announce here that the wxPHP project has been revived by myself and another developer. Currently we do not have anything working and are only getting ready to get started.

http://wxphp.sourceforge.net
<Arthur/>
Jorg
Moderator
Moderator
Posts: 3971
Joined: Fri Aug 27, 2004 9:38 pm
Location: Delft, Netherlands
Contact:

Post by Jorg »

Nice initiative! Looking forward on seeing this binding beign developed further!

Regards,
- Jorgen
Forensic Software Engineer
Netherlands Forensic Insitute
http://english.forensischinstituut.nl/
-------------------------------------
Jorg's WasteBucket
http://www.xs4all.nl/~jorgb/wb
User avatar
ABX
Can't get richer than this
Can't get richer than this
Posts: 810
Joined: Mon Sep 06, 2004 1:43 pm
Location: Poznan, Poland
Contact:

Re: wxPHP has Risen

Post by ABX »

artooro wrote:I would like to announce here that the wxPHP project has been revived by myself and another developer. Currently we do not have anything working and are only getting ready to get started.

http://wxphp.sourceforge.net
Probably nice idea thought I must admit it is not clear to for me what it is exactly. Is it for serwing web applications through dynamic html generated from php scripts using wx-like syntax or is it about using standalone php-based applications using php calls to wxWidgets library. I suppose the later but I'm not fully sure.

ABX
CVS Head, 2.8.X
wxMSW, wxWinCE, wxPalmOS, wxOS2, wxMGL, bakefile
gcc 3.2.3, bcc 5.51, dmc 8.48, ow 1.6, vc 7.1, evc 3/4, pods 1.2
artooro
In need of some credit
In need of some credit
Posts: 9
Joined: Thu Jun 02, 2005 10:29 pm
Contact:

Re: wxPHP has Risen

Post by artooro »

ABX wrote: Probably nice idea thought I must admit it is not clear to for me what it is exactly. Is it for serwing web applications through dynamic html generated from php scripts using wx-like syntax or is it about using standalone php-based applications using php calls to wxWidgets library. I suppose the later but I'm not fully sure.

ABX
The goal is to create direct bindings to the wxWidgets framework. You should be able to build a standalone desktop app in wxPHP when it's done.
The same idea as GTK-PHP.
<Arthur/>
tbreina
Moderator
Moderator
Posts: 1289
Joined: Thu Nov 25, 2004 7:38 pm
Location: Coronado, CA

Post by tbreina »

The goal is to create direct bindings to the wxWidgets framework. You should be able to build a standalone desktop app in wxPHP when it's done.
The same idea as GTK-PHP.
If I have an existing PHP app, is there something to convert it to wxPHP?
Everybody's got something to hide except for me and my monkey.
artooro
In need of some credit
In need of some credit
Posts: 9
Joined: Thu Jun 02, 2005 10:29 pm
Contact:

Post by artooro »

tbreina wrote: If I have an existing PHP app, is there something to convert it to wxPHP?
wxPHP is not another language. But only an extension to PHP itself. Once you have wxPHP installed you will be able to write a GUI app in PHP using the wxWidgets framework.

Building something that converts GTK-PHP apps to wxPHP apps might be good but rather difficult. And useless as we don't even have a working wxPHP yet.

Currently we are looking for people who can help out on this project.
<Arthur/>
krysa
Experienced Solver
Experienced Solver
Posts: 71
Joined: Wed Feb 16, 2005 9:23 pm
Location: Lithuania

Re: wxPHP has Risen

Post by krysa »

Yeah. This is realy interesting.

although i'd be more interested in phpWX (or what ever you would call a library that would allow you to embed PHP scripting engine into wx application). ;)
Platform: MSW (Windows XP Pro)
Compiler: msvc 13.10.3077 (Free Toolkit)
wxWidgets: v2.6.0
artooro
In need of some credit
In need of some credit
Posts: 9
Joined: Thu Jun 02, 2005 10:29 pm
Contact:

Re: wxPHP has Risen

Post by artooro »

krysa wrote:Yeah. This is realy interesting.

although i'd be more interested in phpWX (or what ever you would call a library that would allow you to embed PHP scripting engine into wx application). ;)
Hehehe. Well I doubt that'll happen. But one never knows. :)
<Arthur/>
leio
Can't get richer than this
Can't get richer than this
Posts: 802
Joined: Mon Dec 27, 2004 10:46 am
Location: Estonia, Tallinn
Contact:

Post by leio »

artooro wrote:Currently we are looking for people who can help out on this project.
Understandable, but here's the catch that the main wxWidgets development could use lots of helping hands aswell. Just pointing out :)
Compilers: gcc-3.3.6, gcc-3.4.5, gcc-4.0.2, gcc-4.1.0 and MSVC6
OS's: Gentoo Linux, WinXP; WX: CVS HEAD

Project Manager of wxMUD - http://wxmud.sf.net/
Developer of wxGTK;
gtk+ port maintainer of OMGUI - http://www.omgui.org/
artooro
In need of some credit
In need of some credit
Posts: 9
Joined: Thu Jun 02, 2005 10:29 pm
Contact:

Post by artooro »

leio wrote: Understandable, but here's the catch that the main wxWidgets development could use lots of helping hands aswell. Just pointing out :)
Good point. I believe software development as a whole could use lots of helping hands :)
<Arthur/>
jgm
In need of some credit
In need of some credit
Posts: 4
Joined: Wed Aug 17, 2011 3:37 am

Re: wxPHP has Risen

Post by jgm »

This post is really old but I would like to announce that wxPHP development has continue and we have setup a new website and forum to keep the project growing.

Website: http://wxphp.org/
Forums: http://forums.wxphp.org/

We have successfully added wxAui support as enabled more bindings to the wxWidgets library. Also some documentation on how to compile the code on linux and windows has been written for people that wish to test or contribute to the project. A new build has been done for windows and can be found on the website. Also we have been working on integrating wxPHP support into wxFormBuilder, it is already working and you can check it out here: http://wxformbuilder.svn.sourceforge.ne ... hes/wxphp/

For more information about the project please visit the site or register at the community forums. Comments, testing and contributions are welcome!

Best Regards
Post Reply