Portal:GUIs with Perl: Difference between revisions

From Perl Guilds - Getting Medieval with Perl
Jump to navigation Jump to search
(Created page with "== Introduction == Perl has bindings for several well known GUI systems. They are covered below in varying details. == wxPerl == '''Upstream Project Status''': Active '''Project Website''': http://www.wxperl.it/ '''Email Listserv''': https://lists.perl.org/list/wxperl-users.html subscribehttps://www.nntp.perl.org/group/perl.wxperl.users/ archive '''OS Support''': Windows, Linux (Ubuntu/Debian) '''GUI Builder''': wxGlade '''Summary''': wxPerl is the Perl bi...")
 
Line 3: Line 3:


== wxPerl ==
== wxPerl ==
'''Upstream Project Status''': Active


'''Project Website''': http://www.wxperl.it/
{| class="wikitable"
 
|+ wxPerl Project Information
'''Email Listserv''': [[https://lists.perl.org/list/wxperl-users.html subscribe]][[https://www.nntp.perl.org/group/perl.wxperl.users/ archive]]
|-
 
! Property !! Details
'''OS Support''': Windows, Linux (Ubuntu/Debian)
|-
 
| '''Upstream Project Status''' || Active
'''GUI Builder''': wxGlade  
|-
 
| '''Project Website''' || [http://www.wxperl.it/ wxperl.it]
'''Summary''': wxPerl is the Perl bindings for wxWidgets, which aims to be a crossplatform GUI toolkit that targets native GUI systems on the respective operating systems. This means that wxWidgets aims to provide the native look and fee that is associated with the operating system. For example, on Linux it generally will target GTK. On Windows it will look like a native Windows applications.
|-
 
| '''Email Listserv''' ||
'''History''': wxPerl has gone through several revivals, the latest on began in late 2024 by John Vroman, maintainer of [https://www.chordpro.org/chordpro/home/ ChordPro].
* Subscribe: [https://lists.perl.org/list/wxperl-users.html subscribe]
 
* Archive: [https://www.nntp.perl.org/group/perl.wxperl.users/ archive]
'''Other Links''': ...
|-
| '''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 [https://www.chordpro.org/chordpro/home/ ChordPro].
|-
| '''Other Links''' || ...
|}

Revision as of 23:15, 23 January 2025

Introduction

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

wxPerl

wxPerl Project Information
Property Details
Upstream Project Status Active
Project Website wxperl.it
Email Listserv
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.
Other Links ...