@hackage ombra0.2.2.0

Render engine.

Ombra

The Ombra render engine.

Features:

  • Typeful and mostly declarative interface
  • Functional type safe embedded DSL for shaders
  • Automatic allocation and deallocation of GPU resources
  • 2D and 3D simplified interfaces
  • OpenGL and WebGL backends
  • Written in Haskell

Running examples: 01 02 03 04 05 06

  • Deprecated

    @hackage/ombra-1.1.0.0
  • Dependencies (0)

  • 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