Popularity
6.9
Declining
Activity
0.0
Stable
7
10
2

Monthly Downloads: 54
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Game    
Latest version: v0.1.1

call alternatives and similar packages

Based on the "Game" category.
Alternatively, view call alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of call or a related project?

Add another 'Game' Package

README

The Call Game Engine

Note

  • You have to compile sources with -threaded due to call's concurrency.

Comparison

Feature free-game call
Policy All in one Separate as possible
Time Frame-based Continuous
Window Refresh Monadic Callback
2D drawing Monadic Monoidal
3D drawing Monoidal
Text Monadic
Audio Callback
Keyboard Monadic Callback, Monadic
Mouse Monadic Callback, Monadic
Gamepad Callback, Monadic

Getting Started

$ cabal update
$ cabal install bindings-portaudio
$ cabal install call
import Call

main = runSystemDefault $ do
  linkPicture $ const $ return $ color blue $ circleOutline 240
  stand