Skip to content

Instantly share code, notes, and snippets.

@cschneid
Last active January 2, 2016 17:29
Show Gist options
  • Save cschneid/8337424 to your computer and use it in GitHub Desktop.
Save cschneid/8337424 to your computer and use it in GitHub Desktop.
Quick Outline of QT + Haskell Group Project for Boulder Haskell Group

What this is

The Boulder Haskell Group is going to start working on a shared project to enhance the HSQML library on Hackage, which binds to the QT library for cross-platform GUI development.

This doc is a braindump currently. Please send pull requests w/ any more found out information as we go. It will probably be edited down and become a real README at somepoint for our new project.

URLs

QT: http://qt-project.org/

QML: http://qt-project.org/doc/qt-4.8/qml-intro.html

HSQML Hackage: http://hackage.haskell.org/package/hsqml-0.2.0.1

HSQML Site: http://www.gekkou.co.uk/software/hsqml/

Darcs: http://hub.darcs.net/komadori/HsQML/browse/test

Example Game: http://hackage.haskell.org/package/hsqml-morris

Getting Setup on Mac

brew install qt

Other stuff probably needed.... to be determined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment