ZooZ is a GUI builder for Perl/Tk written in pure Perl/Tk. It has the following features: * Intuitive interface. * Support for a wide variety of widgets. * Ability to save/load projects. * Ability to dump stand-alone Perl code. * Ability to dump code...
AQUMSIEH/ZooZ-1.2 - 14 May 2005 00:35:54 UTC - Search in distributionThis module emulates MDI type functionality with a twist. The twist is ... virtually any Tk widget can be used! Hence, the 'D' in MDI is somewhat of a misnomer. The MDI method creates a new MDI window (i.e. a Frame) and returns a blessed reference to...
AQUMSIEH/Tk-MDI-0.2 - 07 Mar 2002 13:28:59 UTC - Search in distributionThis module implements a Genetic Algorithm (GA) in pure Perl. Other Perl modules that achieve the same thing (perhaps better, perhaps worse) do exist. Please check CPAN. I mainly wrote this module to satisfy my own needs, and to learn something about...
AQUMSIEH/AI-Genetic-0.05 - 11 May 2007 17:51:29 UTC - Search in distribution- AI::Genetic::Individual - Base class for AI::Genetic Individuals.
- AI::Genetic::OpMutation - A class that implements various mutation operators.
- AI::Genetic::OpCrossover - A class that implements various crossover operators.
- 1 more result from AI-Genetic »
This module implements a dockable toolbar. It is in the same spirit as the "short-cut" toolbars found in most major applications, such as most web browsers and text editors (where you find the "back" or "save" and other shortcut buttons). Buttons of ...
ASB/Tk-ToolBar-0.12 - 27 Feb 2015 23:06:03 UTC - Search in distributionAbstractCanvas provides an alternative to a Tk::Canvas object which partially abstracts the coordinates of objects drawn onto itself. This allows the entire Canvas to be zoomed or rotated. Rotations modify the coordinates that the original object was...
PIP/Tk-AbstractCanvas-1.82 - 13 Jul 2017 16:20:47 UTC - Search in distributionThis module implements a fuzzy inference system. Very briefly, an FIS is a system defined by a set of input and output variables, and a set of fuzzy rules relating the input variables to the output variables. Given crisp values for the input variable...
AQUMSIEH/AI-FuzzyInference-0.05 - 28 Mar 2006 21:41:12 UTC - Search in distributionTk::MouseGesture allows your Perl/Tk app to recognize various mouse gestures. A mouse gesture is a series of mouse motions (usually accompanied by a button drag) that act as short-cuts to certain operations. They are most widely used in web browsers ...
AQUMSIEH/Tk-MouseGesture-0.03 - 16 Dec 2003 01:19:07 UTC - Search in distributionThis widget extends a simple Label to allow rotated text. It is Win32-specific since a solution already exists on *nix systems (search for Tk::CanvasRottext and Tk::RotX11Font by Slaven Rezic). Please see the "BUGS" section below....
AQUMSIEH/Tk-Win32RotLabel-0.4 - 24 Dec 2008 00:14:11 UTC - Search in distributionTk::BarberPole is a widget in the shape of a rotating barber pole. Animation can be started and stopped programatically....
AQUMSIEH/Tk-BarberPole-0.01 - 20 Oct 2004 00:09:30 UTC - Search in distributionAlgorithm::QuadTree implements a quadtree algorithm (QTA) in pure Perl. Essentially, a *QTA* is used to access a particular area of a map very quickly. This is especially useful in finding objects enclosed in a given region, or in detecting intersect...
AQUMSIEH/Algorithm-QuadTree-0.1 - 09 Aug 2004 21:09:05 UTC - Search in distributionTk::SignalSlot provides an alternative to Tk::bind that is more similar to Qt's signal/slot mechanism. The main idea is that multiple callbacks can now be bound to one event. This allows for a more modular and object-oriented approach to Tk::bind whi...
AQUMSIEH/Tk-SignalSlot-0.1 - 26 Jan 2006 20:04:54 UTC - Search in distribution