rendology

Crates.iorendology
lib.rsrendology
version0.5.0
sourcesrc
created_at2019-12-06 19:10:45.64801
updated_at2023-06-03 15:18:52.837481
descriptionRendology is a Glium-based 3D rendering library
homepagehttps://github.com/leod/rendology
repositoryhttps://github.com/leod/rendology
max_upload_size
id186932
size269,801
(leod)

documentation

https://docs.rs/rendology

README

Rendology

Docs Status license Crates.io

Ultimate Scale screenshot

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:

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.

Commit count: 489

cargo fmt