mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.5K
active users

Vehicle Physics

Writing engine-independent code is being a refreshing experience. Not only can I create highly optimized versions of Vector3, Quaternion, etc., but these can also be used interchangeably with Unity's built-in versions. Conversions between them are blazingly fast, as it simply involves copying the struct - no constructor calls required.