Vollkornaffe / rendology

Glium-based 3D rendering pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rendology

Docs Status license Crates.io

Ultimate Scale screenshot

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

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

There's a blog post on Rendology's architecture.

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.

About

Glium-based 3D rendering pipeline

License:MIT License


Languages

Language:Rust 100.0%