RudolfVonKrugstein / cocos2d-haskell

Bindings to cocox2d-html5 for use with the haste haskell to javascript compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is incomplete and currently abonded

cocos2d-haskell

Bindings to cocox2d-html5 for use with the haste haskell to javascript compiler.

Recently, cocos2d-x has added javascript bindings allowing cocos2d-html5 prorams to run anywhere, where cocos2d-x runs.

So haskell programs written with these bindings should run on all these platforms (has not been tested yet).

To compile cocos2d-haskell:

parentDir
|-> cocos2d-haskell
|-> cocos2d-html5
  • go into cocos2-haskell directory and run 'make'

  • go up one directory (cd ..) and start a http server (i.E. python -m SimpleHTTPServer).

  • place your browser at 127.0.0.1:8000/cocos2d-haskell/examples/tests.

About

Bindings to cocox2d-html5 for use with the haste haskell to javascript compiler


Languages

Language:Haskell 78.8%Language:JavaScript 21.2%