traaaaaaannnnnnnnnns
Welcome to /c/traaaaaaannnnnnnnnns, an anti-capitalist meme community for transgender and gender diverse people.
-
Please follow the Hexbear Code of Conduct
-
Selfies are not permitted for the personal safety of users.
-
No personal identifying information may be posted or commented.
-
Stay on topic (trans/gender stuff).
-
Bring a trans friend!
-
Any image post that gets 200 upvotes with "banner" or "rule 6" in the title becomes the new banner.
-
Posts about dysphoria/trauma/transphobia should be NSFW tagged for community health purposes.
-
When made outside of NSFW tagged posts, comments about dysphoria/traumatic/transphobic material should be spoiler tagged.
-
Arguing in favor of transmedicalism is unacceptable. This is an inclusive and intersectional community.
-
While this is mostly a meme community, we allow most trans related posts as we grow the trans community on the fediverse.
If you need your neopronouns added to the list, please contact the site admins.
Remember to report rulebreaking posts, don't assume someone else has already done it!
Matrix Group Chat:
Suggested Matrix Client: Cinny
https://rentry.co/tracha (Includes rules and invite link)
WEBRINGS:
🏳️⚧️ Transmasculine Pride Ring 🏳️⚧️
view the rest of the comments
i had the actual worst sleep ever, too spicy taco + shampoo that smelled a bit too strong + having to work the next day + a billion nightmares lol i'm tired.
i'm still doing some gamedev stuff
it's been a slog trying to get animations working, both to understand the current Bevy system and to figure out what's missing to get basic weapon swinging animations going in the little project I'm working on. I don't think anyone is happy with the current state of Bevy animations and I see a lot of discussion about how to improve it, but, well, no point waiting for the perfect time or perfect engine (since those don't exist) and everything has weak points.Right now my current understanding is that a basic 3D model animation system needs three things:
AnimationPlayer
and there's anAnimationClip
and it's all tied in to theGltf
class tooAnimationGraph
for this (and in fact even if you don't want to use the blending/masking abilities you still need to make anAnimationGraph
from a single clip) which you attach to anAnimationPlayer
usingAnimationGraphHandle
and then the player can control which animations are playing.There are seams and dumb assumptions I made everywhere and I don't have a working demo yet but the code is starting to come together, its just a lot of balancing simplicity vs flexibility for the project I'm working on since I don't plan to re-use this code.
Of course, animating UI and 2D is a whole other thing.
some thoughts on adhd
I think that since I started ADHD meds my interests have become a lot more stable and long-lasting, which is nice. Previously I think it would be difficult to connect with people about interests and to find people who have things in common with me because I'm constantly into something new and of course I want to talk to people about the things that interest me. idk just a thought I had at 3am