packages feed

sdl2-compositor-1.0: SDL/Compositor/Drawer.hs

module SDL.Compositor.Drawer where

import Data.Word
import Linear.V2
import Linear.V4

class Drawer d where
  rectangleC :: V2 Int -> V4 Word8 -> d
  lineC :: V2 Int -> V4 Word8 -> d
  filledRectangleC :: V2 Int -> V4 Word8 -> d