PackageDEPRECATED

purescript-glapple

Repository
yukikurage/purescript-glapple
License
MIT
Uploaded by
yukikurage
Published on
2022-09-22T08:16:19Z

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"
      , "aff-promise"
      , "arrays"
      , "canvas"
      , "colors"
      , "console"
      , "effect"
      , "either"
      , "foldable-traversable"
      , "integers"
      , "js-date"
      , "math"
      , "maybe"
      , "numbers"
      , "ordered-collections"
      , "prelude"
      , "random"
      , "refs"
      , "safely"
      , "tailrec"
      , "transformers"
      , "tuples"
      , "unsafe-coerce"
      , "web-dom"
      , "web-events"
      , "web-html"
      , "web-uievents"
      ]
    , repo =
        "https://github.com/yukikurage/purescript-glapple"
    , version =
        "v2.1.0"
    }
...

and run

spago install glapple

Documentation

Modules
Graphics.Glapple
Graphics.Glapple.Data.Collider
Graphics.Glapple.Data.Complex
Graphics.Glapple.Data.Component
Graphics.Glapple.Data.Emitter
Graphics.Glapple.Data.Hooks
Graphics.Glapple.Data.KeyEvent
Graphics.Glapple.Data.Picture
Graphics.Glapple.Data.Sprite
Graphics.Glapple.Data.Transform
Graphics.Glapple.Hooks.UseClick
Graphics.Glapple.Hooks.UseDestroy
Graphics.Glapple.Hooks.UseFinalize
Graphics.Glapple.Hooks.UseHover
Graphics.Glapple.Hooks.UseInterval
Graphics.Glapple.Hooks.UseKeyEvent
Graphics.Glapple.Hooks.UseLazy
Graphics.Glapple.Hooks.UseLocalTime
Graphics.Glapple.Hooks.UseRenderer
Graphics.Glapple.Hooks.UseRunner
Graphics.Glapple.Hooks.UseState
Graphics.Glapple.Hooks.UseTimeout
Graphics.Glapple.Hooks.UseTransform
Graphics.Glapple.Hooks.UseUpdate
Graphics.Glapple.Hooks.UseVelocity
Graphics.Glapple.Runner
Graphics.Glapple.UseKeyState
Graphics.Glapple.UseMouseState
Graphics.Glapple.Util
Dependencies