oscpacking-0.3.0.0: Implements an osculatory packing (kissing circles) algorithm and display.

Maintainerch.howard@zoho.com
Safe HaskellNone

Graphics.OscPacking.Paint

Description

 

Synopsis

Documentation

buildPictureSource

Arguments

:: Interpretation

graphical interpretation method

-> Packing

initialization parameters

-> Int

maximum number of circles to build

-> Picture 

Generating a packing from Packing parameters and convert into a Picture

displayWindowSource

Arguments

:: (Int, Int)

width and height of window

-> Color

background color

-> Picture

the Picture to display

-> IO () 

Display a picture in a window on-screen

displayFullscreenSource

Arguments

:: (Int, Int)

width and height of actual display area

-> Color

background color

-> Picture

the Picture to display

-> IO () 

Display a picture in full-screen mode