CatCode79

Results 15 comments of CatCode79

https://learnopengl.com/ ^ despite being focused on opengl describes concepts of graphics programming valid to all APIs https://fgiesen.wordpress.com/2011/07/09/a-trip-through-the-graphics-pipeline-2011-index/ ^ despite the date the contents are still valid You can learn further...

The link to me opens it without problems, however I sometimes get a 404 error trying to visit github links. I always thought there was some kind of underlying problem;...

IMHO the elusive bug of github 404 struck again, who knows what it is.. With a short search I found: "It may also be a problem with Github itself. [This...

Uhm, I don't think so. I'm using Intellij and it's easier, rather than here, to look at the parenthesis context. The left side of && operator currently is: (directory.type() ==...

Personally I haven't had any problems so far. But I have not used the modding system, ie what the code seems to interest You can simplify the problem by noting...

Nope, I used wrong assumptions in my previous reasoning. I tested the two versions of if-check and they both don't run the body of the if. Checking the truth values...

There are already a couple of crates that would do for us: https://crates.io/crates/egui-toast https://crates.io/crates/egui-notify I don't know them well though and I can't tell you the pros and cons.

The external API (wgpu crate) is still at version 0.13.1 while the inner API (wgpu-core, wgpu-hal, and so on) are at version 0.13.2. I think that having released the latest...

I have various solutions in my head, one uglier than the other.. This is my best one: - Rename the wgpu crate to wgpu-api or similar. - Create a new...

Yes, it is definitely the easiest and fastest thing to do; although there is potential confusion on the part of the user in seeing a new version in an unmodified...