You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ThreeL is an implementation of [real-time lighting via light linked list](https://advances.realtimerendering.com/s2014/#_REAL-TIME_LIGHTING_VIA) as described by Abdul Bezrati from Insomniac Games.
6
+
ThreeL is an implementation of a somewhat unusual lighting algorithm, real-time lighting via light linked list.
7
7
8
-
I'm still working on polishing ThreeL (and this readme), but the project is fully functional and mostly feature complete. I plan to publish a blog post and binaries for ThreeL soon.
8
+
You can read more about ThreeL and the lighting via light linked list algorithm [on my portfolio](https://pixelalchemy.dev/portfolio/threel/).
9
+
10
+
Pre-build binaries can be found [here on GitHub](https://github.com/PathogenDavid/ThreeL/releases/latest).
0 commit comments