Demonstrandum / Acetone

Haskell 2D Graphics
GNU General Public License v3.0
0 stars 0 forks source link

Acetone

Haskell library for 2D interactive graphics.

Overview

TODO

Install and Build

Get Haskell

Windows, macOS and GNU+Linux users can get GHC and Cabal with GHCUp

Note to Windows users

This repository/package's structure relies on symlink. The latest versions of Windows should support this fully. By enabling Developer Mode on Windows, you should be granted mklink permission. Symlinks have been supported since Vista, but needed to be enabled and needed administrator privileges.

You must have Git set up to treat symlinks correctly, by doing as so:

git config --global core.symlinks true

in the Git CLI/Bash application.

Build and install this package

Once in the repository, having completed the prerequisites, one can:

cabal update
cabal build
cabal install

You may need LLVM intsalled and in your $PATH for the build.

Example

Run the GLFW based test/example program:

cabal run example