FieldTrip: Functional 3D

[ bsd3, graphics, library ] [ Propose Tags ]

FieldTrip is a library for functional 3D geometry

Please see the project wiki page: http://haskell.org/haskellwiki/FieldTrip

© 2008 by Andy Gill and Conal Elliott; BSD3 license.


[Skip to Readme]

Modules

[Last Documentation]

  • Graphics
    • Graphics.FieldTrip
      • Graphics.FieldTrip.Color
      • Graphics.FieldTrip.Geometry2
      • Graphics.FieldTrip.Geometry3
      • Graphics.FieldTrip.Image
      • Graphics.FieldTrip.Material
      • Graphics.FieldTrip.Misc
      • Graphics.FieldTrip.Normal3
      • Graphics.FieldTrip.ParamSurf
      • Graphics.FieldTrip.Point2
      • Graphics.FieldTrip.Point3
      • Graphics.FieldTrip.Render
      • Graphics.FieldTrip.Transform
      • Graphics.FieldTrip.Transform2
      • Graphics.FieldTrip.Transform3
      • Graphics.FieldTrip.Vector2
      • Graphics.FieldTrip.Vector3

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, 0.2.4, 0.2.6, 0.2.7
Dependencies base (<5), GLUT, graphicsFormats, MemoTrie, old-time, OpenGL (>=2.2.3.0), TypeCompose, vector-space (>=0.5.7) [details]
License BSD-3-Clause
Copyright (c) 2007-2008 by Conal Elliott and Andy Gill
Author Conal Elliott and Andy Gill
Maintainer conal@conal.net, andygill@ku.edu
Category graphics
Home page http://haskell.org/haskellwiki/FieldTrip
Bug tracker http://trac.haskell.org/FieldTrip
Uploaded by ConalElliott at 2009-06-05T04:21:37Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 5640 total (17 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-10-25 [all 17 reports]

Readme for FieldTrip-0.2.7

[back to package description]
A functional 3D graphics library.

We're just getting started, so abstractions are in flux.  I think we'll
want this library to have functional 3D and rely on another library (e.g.,
Reactive) for animation and reactivity.

If you want to try things out from inside ghci, use the following command line.

ghci -isrc:FieldTrip-GLUT/src:examples examples/Test.hs