origin

2022-07-08

A native Lisp graphics math library with an emphasis on performance and correctness.

Upstream URL

github.com/mfiano/origin

Author

Michael Fiano <mail@mfiano.net>

License

MIT
README

origin

A native Lisp graphics math library with an emphasis on performance and correctness

Overview

A Common Lisp game math library, providing support for common math functions related to game development. Supported are:

  • 2D vectors
  • 3D vectors
  • 4D vectors
  • 2x2 matrices
  • 3x3 matrices
  • 4x4 matrices
  • Quaternions

Install

(ql:quickload :origin)

Contributors

  • Peter Keller - Special thanks for contributions and correctness checking.

License

Copyright © 2014-2022 Michael Fiano mail@mfiano.net.

Licensed under the MIT License.

Dependencies (2)

  • mfiano-utils
  • parachute
  • GitHub
  • Quicklisp