chikage

Crates.iochikage
lib.rschikage
version
sourcesrc
created_at2023-11-29 11:06:01.502065
updated_at2024-12-17 18:37:29.524043
descriptionSimple, easy to understand and barebones math library for game and graphics development.
homepagehttps://github.com/alexdesander/chikage
repositoryhttps://github.com/alexdesander/chikage
max_upload_size
id1052933
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Alexdesander (alexdesander)

documentation

README

MIT License build workflow

chikage

Simple, easy to understand and barebones math library for game and graphics development.

⚠️ early in development ⚠️

Features

  • 2-4D floating point vectors
  • Square floating point matrices of orders 2-4

Goals

  • Simple and easy to understand code
    • No macros
    • No simd
    • No obscure optimizations
    • Documented functionality
  • Barebones
  • Comprehensive unit tests
  • No dependencies (only for specific features) (exception: std)

Planned features

  • ✅ 2-4D floating point vectors
  • ✅ floating point square matrices of order 2-4
  • ⬜️ Geometric algebra in 2-4D (details to be decided)
  • (Featureset is open ended)
Commit count: 14

cargo fmt