shapes-0.1.0.0: physics engine and other tools for 2D shapes

Safe HaskellNone
LanguageHaskell2010

Physics.Scenes.Scene

Description

Demo scenes for sample implementation. TODO: Figure out a good place to put demo/sample stuff without slowing down my development workflow.

Documentation

data Scene e Source #

Constructors

Scene 

scWorld :: forall e. Lens' (Scene e) (PEWorld' e) Source #

scExts :: forall e. Lens' (Scene e) [External] Source #