Version 0.1.1.0-0 of ombra is deprecated.
The latest version of ombra is 1.1.0.0-1.
ombra
Version 0.1.1.0 revision 0 uploaded by ZioCrocifisso.
Package meta
- Synopsis
- Render engine.
- Description
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.
The modules you generally need to use are:
Graphics.Rendering.Ombra.D3: 3D graphics
Graphics.Rendering.Ombra.D2: 2D graphics
Graphics.Rendering.Ombra.Generic: although both D3 and D2 export it, you may want to read the documentation
Graphics.Rendering.Ombra.Shader: for creating shaders
Graphics.Rendering.Ombra.Draw: this lets you render the pure objects you create with D2 and D3
- Author
- Luca "ziocroc" Prezzavento
- Bug reports
- https://github.com/ziocroc/Ombra/issues
- Category
- Graphics
- Copyright
- Copyright © 2014-2016 Luca Prezzavento
- Homepage
- https://github.com/ziocroc/Ombra
- Maintainer
- ziocroc@gmail.com
- Package URL
- n/a
- Stability
- Experimental