FunGEn-0.4: FUNctional Game ENgine

Safe HaskellNone

Graphics.UI.Fungen.Types

Description

This FunGEn module contains the FunGEN basic types.

Synopsis

Documentation

type WindowConfig = ((Int, Int), (Int, Int), String)Source

position, size and name of the window

type Point2D = (GLdouble, GLdouble)Source

a bidimensional point in space

type ColorList3 = [(GLubyte, GLubyte, GLubyte)]Source

color in RGB format

type AwbfBitmap = (GLsizei, GLsizei, PixelData GLubyte)Source

width, height and data of bitmap

type InvList = Maybe [(Int, Int, Int)]Source

invisible colors (in RGB) of bitmap