A tool to use Haskell for game programming. See the HGamer3D website .
You do not need to clone this repo, to use it, instead use instructions below.
- First install aio, see aio installer.
- Then run the
aio http://www.hgamer3d.org/tools/HGamer3D.0218 sample-browser
command.
This will start the sample browswer, without installing the tool stack.
- First install aio, see aio installer.
- Then run the
aio http://www.hgamer3d.org/tools/HGamer3D.0218 install
command.
This will setup Haskell tools and some shortcuts, needed for next steps, see next section.
After you started the install above, you can:
- create new projects, with the
aio HGamer3D create <project-dir>
command - build those projects within their directory with the
build
script - run projects, by using the
run
script
The install will also give you shorcuts for:
- edit files, by issuing the
aio Edit <filename>
command - edit 3D scenes, by issuing the
aio 3DEdit
command (thanks to Urho3D editor) - import 3D assets, by issuing the
aio AssetImporter
command (thanks to Urho3D team)
This repo contains all the source code for the specific Haskell binding.
regards uotbw