PackageDEPRECATED

purescript-glapple

Repository
yukikurage/purescript-glapple
License
MIT
Uploaded by
yukikurage
Published on
2021-12-11T03:54:54Z

A Canvas-based game creation library

This library can be used to control the division and render of the game state.

TOC

Installation with Spago

in packages.dhall

...
let upstream = ...
in  upstream
  with glapple =
    { dependencies =
        [ "aff"
        , "arrays"
        , "canvas"
        , "colors"
        , "console"
        , "datetime"
        , "effect"
        , "either"
        , "foldable-traversable"
        , "integers"
        , "math"
        , "maybe"
        , "now"
        , "ordered-collections"
        , "prelude"
        , "psci-support"
        , "refs"
        , "safely"
        , "tailrec"
        , "transformers"
        , "tuples"
        , "unsafe-coerce"
        , "web-events"
        , "web-html"
        , "web-uievents"
        ]
    , repo =
        "https://github.com/yukikurage/purescript-glapple"
    , version =
        "v1.1.0"
    }
...

and run

spago install glapple

Documentation

  • Docs in the docs directory.
  • API reference is published on Pursuit
  • You can see an example that actually works in Repository glapple-examples.