gmm

Crates.iogmm
lib.rsgmm
version0.1.0
sourcesrc
created_at2024-07-10 04:40:28.691014
updated_at2024-07-10 04:40:28.691014
descriptionMath library for video games
homepage
repositoryhttps://github.com/HK416/gmm
max_upload_size
id1297832
size434,246
(HK416)

documentation

README

Game Math for Me

A math library for video games that allow independent management of data. Just like DirectXMath, data and vectors are divided.

Features

Supports SIMD operations

The gmm library supports SIMD instructions on the x86, x86_64 and the aarch64 architecture.

Compile Features

  • bytemuck - Enables the bytemuck library implementation.
  • mint - Enables the mint library implementation.
  • scalar-math - Disable the simd instruction in the library.

License

MIT license (LICENSE or http://opensource.org/licenses/MIT)

Commit count: 102

cargo fmt