Carter Anderson

Results 281 comments of Carter Anderson

Pulling in @Ratysz as this split was an intentional design decision.

Some historical context: https://github.com/bevyengine/bevy/pull/1144#issuecomment-755608418

I haven't ever stopped believing that exclusive systems should be "normal systems" :smile: Just pulling in relevant context and stakeholders.

> GIven how important this access code is to bevy_ecs soundness, I would prefer to optimize for clarity and simplicity over micro-gains to performance. IMO we should scrap them both...

In the early days of bevy i tried making "struct name style" RON work for dynamic scenes, but couldn't do it, because RON (and serde for that matter) were designed...

Hmm could you both share your graphics cards (and driver if relevant)

I'm able to repro on my computer (nvidia gtx 1070, arch linux, proprietary drivers), but only if I vertically resize the window. Some vertical scales produce the artifacts (identical to...

Yeah padding sprite sheets is a "generally accepted" resolution to this. I'd like to sort out a fix for unpadded sheets, but resolving these rounding errors has been pretty nasty...

Left a comment here: https://github.com/bevyengine/bevy/issues/2974#issuecomment-1029473497

Wow yeah thats a big win right there. Pretty sure this is valid. I'll give this a proper think asap.