chikage

Crates.iochikage
lib.rschikage
version0.1.0
sourcesrc
created_at2023-11-29 11:06:01.502065
updated_at2023-11-29 11:06:01.502065
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
size179,250
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: 10

cargo fmt