rendology 0.4.0

Rendology is a Glium-based 3D rendering library
Documentation

Rendology

Docs Status license Crates.io

Rendology is a Glium-based 3D rendering library. It is not, however, a game engine.

:warning: Rendology is in a very early stage; it is undocumented and subject to frequent changes. Using this crate is not (yet) recommended! :warning:

Features

Rendology features amateur-grade implementations of:

  • Shadow mapping
  • Deferred shading
  • A glow effect
  • FXAA
  • Instanced rendering

Each of the rendering effects can be turned on and off separately.

Rendology makes it easy to integrate custom scene shaders into the rendering pipeline.