Jack-Ji / jok

A minimal 2d/3d game framework for @ziglang.
MIT License
181 stars 5 forks source link

unify math functions #30

Closed Jack-Ji closed 4 weeks ago

Jack-Ji commented 1 month ago

Currently we have:

  1. zmath
  2. jok.utils.math
  3. j2d.Vec
  4. j2d.AffineTransform
  5. j3d.Vec

A jok.math module is needed.