Portal:GUIs with Perl

From Perl Guilds - Getting Medieval with Perl
Revision as of 23:14, 23 January 2025 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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: [subscribe][archive]

OS Support: Windows, Linux (Ubuntu/Debian)

GUI Builder: wxGlade

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.

History: wxPerl has gone through several revivals, the latest on began in late 2024 by John Vroman, maintainer of ChordPro.

Other Links: ...