@hackage ombra0.2.2.0

Render engine.

  • Installation

  • Dependencies (8)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      opengl
       (on by default)

      Enable the OpenGL backend. Main module: Graphics.Rendering.Ombra.Backend.OpenGL

      webgl
       (off by default)

      Enable the GHCJS/WebGL backend, if compiled with GHCJS. This automatically disables the OpenGL backend. Main module: Graphics.Rendering.Ombra.Backend.WebGL

Type-safe render engine, with a purely functional API and a shader EDSL. Ombra supports both OpenGL (2.0 with some extensions) and WebGL, through GHCJS.