Portal:GUIs with Perl: Difference between revisions

From Perl Guilds - Getting Medieval with Perl
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 13: Line 13:
| '''Project Website''' || [http://www.wxperl.it/ wxperl.it]
| '''Project Website''' || [http://www.wxperl.it/ wxperl.it]
|-
|-
|'''Installation'''
| '''Email Listserv''' ||
|[[WxPerlInstallation|Click for article]]
[https://lists.perl.org/list/wxperl-users.html subscribe], [https://www.nntp.perl.org/group/perl.wxperl.users/ archives]
|-
| '''Email Listserv''' ||  
* Subscribe: [https://lists.perl.org/list/wxperl-users.html subscribe]
* Archive: [https://www.nntp.perl.org/group/perl.wxperl.users/ archive]
|-
|-
| '''OS Support''' || Windows, Linux (Ubuntu/Debian)
| '''OS Support''' || Windows, Linux (Ubuntu/Debian)
|-
|-
| '''GUI Builder''' || wxGlade
| '''GUI Builder''' || [https://sourceforge.net/projects/wxglade/ wxGlade]
|-
|-
| '''Summary''' || wxPerl is the Perl bindings for wxWidgets, a cross-platform GUI toolkit that targets native GUI systems on respective operating systems. wxWidgets aims to provide the native look and feel associated with each operating system. For instance, on Linux, it typically targets GTK, while on Windows, it appears as a native Windows application.
| '''Summary''' || wxPerl is the Perl bindings for wxWidgets, a cross-platform GUI toolkit that targets native GUI systems on respective operating systems. wxWidgets aims to provide the native look and feel associated with each operating system. For instance, on Linux, it typically targets GTK, while on Windows, it appears as a native Windows application.
Line 28: Line 24:
| '''History''' || wxPerl has undergone several revivals, with the most recent beginning in late 2024, led by John Vroman, the maintainer of [https://www.chordpro.org/chordpro/home/ ChordPro].
| '''History''' || wxPerl has undergone several revivals, with the most recent beginning in late 2024, led by John Vroman, the maintainer of [https://www.chordpro.org/chordpro/home/ ChordPro].
|-
|-
| '''Other Links''' || ...
| '''Developer Resources''' ||
* [[Developing and Distributing wxPerl Applications on Windows]]
* [[Developing and Distributing wxPerl Applications on Linux|Developing and Distributing wxPerl Applications on Ubuntu]]
|}
|}

Latest revision as of 02:26, 25 January 2025

Introduction[edit | edit source]

Perl has bindings for several well known GUI systems. They are covered below in varying details.

wxPerl[edit | edit source]

wxPerl Project Information
Property Details
Upstream Project Status Active
Project Website wxperl.it
Email Listserv

subscribe, archives

OS Support Windows, Linux (Ubuntu/Debian)
GUI Builder wxGlade
Summary wxPerl is the Perl bindings for wxWidgets, a cross-platform GUI toolkit that targets native GUI systems on respective operating systems. wxWidgets aims to provide the native look and feel associated with each operating system. For instance, on Linux, it typically targets GTK, while on Windows, it appears as a native Windows application.
History wxPerl has undergone several revivals, with the most recent beginning in late 2024, led by John Vroman, the maintainer of ChordPro.
Developer Resources