apecs-gloss-0.2.4: Simple gloss renderer for apecs
Apecs.Physics.Gloss
convexToPicture :: Convex -> Picture Source #
type Transform = (Position, Angle) Source #
worldTransform :: Transform -> Picture -> Picture Source #
drawBody :: Has w IO Physics => (Body, Transform, ShapeList) -> System w Picture Source #
simulate :: (Has w IO Camera, Has w IO Physics) => Display -> System w () Source #
module Apecs.Gloss