graphicstools: Tools for creating graphical UIs, based on wxHaskell.

[ bsd3, graphics, library, program ] [ Propose Tags ]

This library provides interfaces for creating easily graphical UIs especially for computer vision purposes, and for rendering information in graphical form. Implementations are provided for CV libraries. Example applications are included. (This is an early preview version)


[Skip to Readme]

Modules

  • Graphics
    • Tools
      • Bindings
        • Graphics.Tools.Bindings.Convert
      • Graphics.Tools.CV2WX
      • Graphics.Tools.DefaultGUI
      • Graphics.Tools.Tangible
        • Graphics.Tools.Tangible.Instances
      • Graphics.Tools.WX
  • Utils
    • Utils.Persist

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2, 0.2.1, 0.2.2
Dependencies base (>=3 && <5), bindings-DSL (>=1.0.7 && <1.1), containers (>=0.4.2 && <0.8), CV (>=0.3.5), directory (>=1.1 && <2.5), ghc-prim, graphicstools (>=0.1), wx (>=0.12.1.6), wxcore (>=0.13.2.0) [details]
License BSD-3-Clause
Author Matti J. Eskelinen & Ville Tirronen
Maintainer matti.j.eskelinen@jyu.fi
Category Graphics
Home page https://yousource.it.jyu.fi/cvlab/pages/GraphicsTools
Source repo head: git clone git@yousource.it.jyu.fi:cvlab/graphicstools.git
Uploaded by VilleTirronen at 2012-03-13T06:24:04Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables cvexample
Downloads 2929 total (8 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 2016-12-25 [all 7 reports]

Readme for graphicstools-0.2.2

[back to package description]
GraphicsTools v.0.1

Tools for creating graphical UIs, based on wxHaskell.

This library provides interfaces for creating easily graphical UIs
especially for computer vision purposes, and for rendering information in
graphical form. Implementations are provided for CV and CVSU libraries.
Example applications are included.

Installation:

cabal-dev is recommended for experimenting with this library.

At the moment you need to get hs-cvsu from yousource.

git clone git@yousource.it.jyu.fi:hs-cvsu/hs-cvsu.git
cd graphicstools
cabal-dev add-source ../hs-cvsu
cabal-dev install