fere 0.0.0

A 3D rendering engine focused on simple use and realtime global illumination.
Documentation
/*!
This module is really unorganized and inconsistent in its interface.
Luckily, users of *fere* don't have to know about this.
*/

pub(crate) mod gi;
pub(crate) mod glmanager;
#[allow(clippy::module_inception)]
pub(crate) mod graphics;
pub(crate) mod render_unit;
pub(crate) mod resources;