happlets-lib-gtk: The "Haskell Applets" Gtk+ ver. 2 back-end for "happlets".

[ game, gui, library ] [ Propose Tags ]
  • WARNING:* There are still some known bugs in this package, it is being uploaded to Hackage for evaluation purposes only. Although it is being actively developed, there is no release schedule for a production-ready version of this package. Contributions to the repository on GitHub are welcome.

This packages provides the Gtk+ v2 back-end to the "happlets" GUI framework. To create a Gtk+ applet, import the Happlets.Lib.Gtk module. Happlets.Lib.Gtk re-exports the Happlets module, so you can use all of the primitives provided by the Happlets module to construct your applet. In your "main" function, launch the main event loop by passing the Happlets.Lib.Gtk.gtkHapplet function as the Provider either to the Happlets.Initialize.happlet function or to the Happlets.Initialize.simpleHapplet function.

For an example of how to program your own Happlet, run the "cabal configure" command with the "--enable-tests" flag set. This will build the Happlets.Lib.Gtk.TestSuite executable program. Refer to the source code for TestSuite to see how the application is structured.

The goal of the Happlets project is to allow you to create very simple, thread-safe applications that contain nothing more than a single window with a drawing canvas that can respond to user input events, like mouse clicks, key-presses, or frame animation events. The intention is to create a minimal programming platform for small, single-purpose graphical applications which simply displays some interactive graphic, for example a plot of some data, or a simple game. Naturally, the Happlet program can be arbitrarily complex, but it may be better to consider other, FRP-based solutions if managing events becomes too difficult.

Modules

  • Happlets
    • Lib
      • Happlets.Lib.Gtk

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Dependencies base (>=4.7 && <4.9), cairo (>=0.13.3.0 && <0.14.0.0), diagrams-cairo (>=1.4 && <2.0), diagrams-core (>=1.4 && <2.0), diagrams-lib (>=1.4.0.0 && <2.0.0.0), glib (>=0.12.0.0 && <0.14.0.0), gtk (>=0.13.0 && <0.15.0), happlets (>=0.1.0.0 && <1.0.0.0), lens (>=4.0.0.0 && <5.0.0.0), linear (>=1.20.0 && <2.0.0.0), mtl (>=2.2.0 && <=2.2.1), pango (>=0.13.4.0 && <0.14.0.0), semigroups (>=0.16.0 && <0.19.0), text (>=1.1.1.4 && <=2.0.0.0), time (>=1.4.0.0 && <=1.6.0.0) [details]
License LicenseRef-AGPL
Copyright (C) 2017-2018 Ramin Honary, all rights reserved.
Author Ramin Honary
Maintainer RaminHAL9001@gmail.com
Category GUI, Game
Home page https://github.com/RaminHAL9001/happlets-lib-gtk
Uploaded by RaminHonary at 2018-05-26T00:14:32Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 775 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-05-26 [all 2 reports]