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.
aio http://www.hgamer3d.org/tools/HGamer3D.0218 sample-browser
command.This will start the sample browswer, without installing the tool stack.
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:
aio HGamer3D create <project-dir>
commandbuild
scriptrun
scriptThe install will also give you shorcuts for:
aio Edit <filename>
commandaio 3DEdit
command (thanks to Urho3D editor)aio AssetImporter
command (thanks to Urho3D team)This repo contains all the source code for the specific Haskell binding.
regards uotbw