JohnTheCoolingFan

Results 28 issues of JohnTheCoolingFan

With this, logger will use logging level set in EDMC settings instead of defaulting to `DEBUG`.

I noticed that during migration to bevy 0.10. Are they representing a direction in which a close neighbor lies or just general orientation? And even if it represents orientation with...

I'm using `generate_hexagon` to select tiles that are in range for player to see. But this is what I get: ![image](https://user-images.githubusercontent.com/43478602/230120286-56960ca1-f66e-4379-b38f-981592374f1e.png) It's supposed to be just a hexagon, but every...

Texture filtering is always set to a value of min_filter in image plugin settings, even if tiles are magnified. It should use individual parameters instead.

bug

# Objective Improve the `bevy::math::cubic_splines` module by making it more flexible and adding new curve types. Closes #10220 ## Solution Added new spline types and improved existing --- ## Changelog...

C-Enhancement
S-Ready-For-Final-Review
A-Math

I'm reading examples to understand how exactly can I use this crate for my project. So far it wasn't very easy to understand, I had to go back and forth:...

Hi, I have a GameSir G7, probably an xbox one controller ("Wired controller for xbox" is written on the box), it works on windows but doesn't work on linux with...

I would love to use this on Gentoo. I can build it manually, yes, but adding it to gentoo would be nice too. It can be then submitted to the...

enhancement
help wanted

Usage of magic numbers is discouraged in rust in favor of enums. I've replaced magic numbers that denote axes with an enum that can be converted to an integer when...

C-Enhancement
C-User experience
2D
3D
A-Dynamics
P-Low
D-Easy

It would be awesome if there was an ability to set a force acting on a rigid body in local space. Then a conversion can be done to convert into...

D-Easy
P-Low
S-not-started
A-Dynamics
A-Integration