graph-rewriting-gl-0.7.7: OpenGL interface for interactive port graph rewriting

Safe HaskellNone
LanguageHaskell98

GraphRewriting.GL.Render

Synopsis

Documentation

class Render a where Source #

Here the OpenGL code for rendering a node can be given. The node-size is expected to be roughly 2 (radius 1) but this is not a requirement.

Minimal complete definition

render

Methods

render :: a -> IO () Source #