SuperUserNameMan

Results 106 comments of SuperUserNameMan

``` [Debug] (Mon May 20 22:50:41 2024): deserializing chat "/home/WHATEVER//gpt4all-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx.chat" ... [Debug] (Mon May 20 22:50:45 2024): deserializing chat "/home/WHATEVER//gpt4all-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx.chat" [Debug] (Mon May 20 22:50:51 2024): deserializing chat "/home/WHATEVER//gpt4all-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx.chat" [Debug]...

Still valid in 3.0.0. Taking years to reserialize unchanged chats.

Hi, I'm aware that this patch is more a ugly hack than anything else. Python is not something i'm used to deal with, I just needed the script to work....

> i think a example would be better. The problem is that the addition to the API will be relatively large. If published as an example, this would make the...

I'm currently trying to implement everything into a single header without changing anything into Raylib's source code. I'll see how far I can go and keep you updated.

> I think @JeffM2501 already implemented similar functionality Here (i think) : https://github.com/JeffM2501/raylibExtras/blob/index/rlExtrasC/Frustum.h I'm currently adding a `Node3D` structure in mine to embed `Model`, and a `FrustumDrawNode()` function that draws...

@SoloByte : could you share a code example ? > I can also put a zip file here with the minimal project I used to test this Yes please, i'd...

OMG ! Yuck ! C# ! I feel like someone barfed into my eyes X-( I hope this is what you meant : ```C #include "raylib.h" void update(); void draw();...

Edit : ok, i'm currently proceeeding to various test on a more simplified example, because there seems to be many other issues related to both `ToggleFullscreen()` and `FLAG_WINDOW_HIGHDPI` **also on...