name: opengl-spacenavigator
version: 0.1.5.4
synopsis: Library and example for using a SpaceNavigator-compatible 3-D mouse with OpenGL
description: This package contains functions for managing input from a SpaceNavigator \<<http://www.3dconnexion.com/products/spacemouse/spacenavigator.html>\>, or a 3D mouse compatible with its protocols. OpenGL callbacks are provided, along with utilities for quantizing the input from the mouse or tracking its six degrees of freedom.
license: MIT
license-file: LICENSE
author: Brian W Bush <consult@brianwbush.info>
maintainer: Brian W Bush <consult@brianwbush.info>
copyright: (c) 2015 Brian W Bush
category: Graphics
build-type: Simple
cabal-version: >= 1.10
stability: Stable
homepage: https://bitbucket.org/bwbush/opengl-spacenavigator
bug-reports: https://bwbush.atlassian.net/projects/HOGLSPNV/issues/
package-url: https://bitbucket.org/bwbush/opengl-spacenavigator/downloads/opengl-spacenavigator-0.1.5.4.tar.gz
extra-source-files: ReadMe.md
source-repository head
type: git
location: https://bwbush@bitbucket.org/bwbush/opengl-spacenavigator
library
exposed-modules: Graphics.UI.SpaceNavigator
build-depends: base >= 4.8.1 && < 5
, binary >= 0.7.5
, data-default >= 0.5.3
, GLUT >= 2.7.0.1
, OpenGL >= 2.12.0.1
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010
executable opengl-spacenavigator
main-is: Main.hs
build-depends: base
, binary
, data-default
, GLUT
, OpenGL
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010