# Solis 2D [![License: MIT or Apache 2.0](https://img.shields.io/badge/License-MIT%20or%20Apache2-blue.svg)](./LICENSE) [![Crate](https://img.shields.io/crates/v/solis_2d.svg)](https://crates.io/crates/solis_2d) ### 2D global illumination with radiance cascades. ![title img](docs/screen.png) Featuring realistic 2D light, shadow and normal map calculation using a optimized version of radiance cascade. This crate is currently work in progress. Aiming to be compatible with all targets. ### Checkout out the examples ```bash cargo run --example light --features=dev cargo run --example simple --features=dev ``` https://github.com/user-attachments/assets/858d7842-aed2-46b7-b001-7b87aa3e8ac0 https://github.com/user-attachments/assets/5c98a8c4-ae5b-4019-b147-ceba065f074b # Amazing resources: [Gm Shader Blog](https://mini.gmshaders.com/p/radiance-cascades2) [Json's RC Blog](https://jason.today/rc)