not-gloss-0.4.3: not-gloss.cabal
name: not-gloss
version: 0.4.3
stability: Experimental
synopsis: Painless 3D graphics, no affiliation with gloss
description:{
This package intends to make it relatively easy to do simple 3d graphics using high-level primitives.
It is inspired by gloss and attempts to emulate it.
This is an early release and the api will certainly change.
Note that transparency can be controlled by the alpha value: "makeColor r g b alpha" but that you must draw objects from back to front for transparency to properly work (just put clear things last).
Also, transparent ellipsoids and cylinders have ugly artifacts, sorry.
Look at the complimentary package not-gloss-examples to get started.
}
license: BSD3
license-file: LICENSE
author: Greg Horn
maintainer: gregmainland@gmail.com
-- copyright:
category: Graphics
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Vis
Vis.Camera
Vis.Interface
Vis.Vis
Vis.VisObject
other-modules:
build-depends: base >= 4.5 && < 5,
GLUT == 2.3.*,
time == 1.4.*,
OpenGLRaw == 1.2.*,
spatial-math >= 0.1.2 && < 0.2,
gloss
ghc-options: -O2
source-repository head
type: git
location: git://github.com/ghorn/not-gloss.git