Laocoon7
Laocoon7
I ran into the same error, You can boil it down to **dotnetframework "net6.0"** not playing nice with **platforms()**. However, **dotnetframework "4.8"** works fine. Below is a minimal premake5.lua to...
I think the error is long because of the complexity of the system, not because of an issue with the panic message. During a panic, I would rather have too...
> Investigate particle lighting (either particles being lit by a light source, or particles themselves being the light source). Maybe just full PBR pipeline instead? Currently I only see Image/Color...
My $0.02- I would say that this is beyond the scope of Ratatui per [https://ratatui.rs/concepts/event-handling/](https://ratatui.rs/concepts/event-handling/). "Mostly because ratatui does not directly expose any event catching; the programmer will depend on...