HGamer3D-API 0.1.4 → 0.1.5
raw patch · 4 files changed
+18/−14 lines, 4 filesdep ~HGamer3D-Datadep ~HGamer3D-OIS-Bindingdep ~HGamer3D-Ogre-Bindingsetup-changed
Dependency ranges changed: HGamer3D-Data, HGamer3D-OIS-Binding, HGamer3D-Ogre-Binding
Files
- HGamer3D-API.cabal +14/−11
- HGamer3D/APIs/One.hs +2/−1
- LICENSE +1/−1
- Setup.hs +1/−1
HGamer3D-API.cabal view
@@ -1,21 +1,24 @@ Name: HGamer3D-API -Version: 0.1.4 +Version: 0.1.5 Synopsis: Library to enable 3D game development for Haskell - API Description: Library, to enable 3D game development for Haskell, - based on bindings to 3D Graphics, pyhsics engine and additional libraries. - Current implementation contains the following features: - OGRE Binding, OIS Binding (limited functionality) - Platform: Windows only - Install following packages in sequence: HGamer3D-Data, HGamer3D-Ogre-Binding, HGamer3D-OIS-Binding, HGamer3D-API + based on bindings to 3D Graphics, Audio and GUI libraries. + THIS MODULE: APIs + List of features and modules: + Data Module (Basic Data Types), + OGRE Binding (3D Graphics Engine), + OIS Binding (Input System), + cAudio Binding (Audio), + CEGUI Binding (GUI System), + APIs (Haskell style APIs, different ways, to approach API) + Platform: Windows only License: Apache License, Version 2.0 - - This part contains different types of API's - One - first trial API, to test overall API design + Install: see http://www.althainz.de/HGamer3D/Download-and-Installation.html License: OtherLicense License-file: LICENSE -Author: Dr. Peter Althainz +Author: Peter Althainz Maintainer: althainz@googlemail.com Build-Type: Simple Cabal-Version: >=1.2 @@ -24,7 +27,7 @@ Extra-source-files: Setup.hs Library - Build-Depends: base >= 3 && < 5, HGamer3D-Data == 0.1.4, HGamer3D-Ogre-Binding == 0.1.4, HGamer3D-OIS-Binding == 0.1.4 + Build-Depends: base >= 3 && < 5, HGamer3D-Data == 0.1.5, HGamer3D-Ogre-Binding == 0.1.5, HGamer3D-OIS-Binding == 0.1.5 Exposed-modules: HGamer3D.APIs.One Other-modules:
HGamer3D/APIs/One.hs view
@@ -2,7 +2,7 @@ -- (A project to enable 3D game development in Haskell) -- For the latest info, see http://www.althainz.de/HGamer3D.html -- --- Copyright 2011 Dr. Peter Althainz +-- (c) 2011 Peter Althainz -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. @@ -28,6 +28,7 @@ -- this module alone. Anyhow, to enable a mixture also with the code -- of the underlying bindings, the constructors of the data types are made -- public. + module HGamer3D.APIs.One (
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2012 Dr. Peter Althainz +(c) 2011-2012 Peter Althainz Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Setup.hs view
@@ -2,7 +2,7 @@ -- (A project to enable 3D game development in Haskell) -- For the latest info, see http://www.althainz.de/HGamer3D.html -- --- Copyright 2011 Dr. Peter Althainz +-- (c) 2011 Peter Althainz -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License.