codeworld-api: Graphics library for CodeWorld
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- No 'category' field.
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
This module provides the drawing code for CodeWorld. It is heavily inspired by Gloss, but modified for consistency and pedagogical reasons.
It comes with two backends. When compiled with GHCJS, it uses the JavaScript FFI to run on http://code.world/. When compiled with GHC, it uses the blank-canvas package to provide a webpage consisting of just a panel locally. This way, the same program that runs on the CodeWorld server can also be run locally.
Properties
Versions | 0.1.0.1, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.2.3, 0.2.4, 0.2.5, 0.3, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.7.0, 0.8.0, 0.8.1 |
---|---|
Change log | None available |
Dependencies | aeson (>=1.4.3 && <1.5), base (>=4.11 && <5), base64-bytestring (>=1.0 && <1.1), blank-canvas (>=0.6 && <0.8), bytestring (>=0.9 && <0.11), cereal (>=0.5.4 && <0.6), cereal-text (>=0.1.0 && <0.2), codeworld-game-api, codeworld-prediction, containers (>=0.5.7 && <0.7), deepseq (>=1.4 && <1.5), dependent-sum (>=0.4 && <0.6.2), ghc-prim (>=0.3.1 && <0.6), ghcjs-base, ghcjs-dom (>=0.9 && <0.9.4), ghcjs-prim, hashable (>=1.2.4 && <1.4), monad-loops (>=0.3 && <0.5), mtl (>=2.2.1 && <2.3), random (>=1.1 && <1.2), ref-tf (>=0.4 && <0.5), reflex (>=0.6.3 && <0.7), template-haskell (>=2.8 && <2.16), text (>=1.2.2 && <1.3), time (>=1.8 && <2.0), transformers, witherable (>=0.3 && <0.4) [details] |
License | LicenseRef-Apache |
Copyright | (c) 2020, The CodeWorld Authors |
Author | The CodeWorld Authors |
Maintainer | Chris Smith <cdsmith@gmail.com> |
Bug tracker | https://github.com/google/codeworld/issues |
Uploaded | by ChrisSmith at 2020-11-19T23:23:50Z |
Modules
- CodeWorld
- CodeWorld.App
- CodeWorld.App2
- CodeWorld.Image
- CodeWorld.Parameter
- CodeWorld.Reflex
- CodeWorld.Sketches
Flags
Manual Flags
Name | Description | Default |
---|---|---|
strictbuild | Fail on warnings | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- codeworld-api-0.7.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees