Skip to content

A high performance math library useful for making games.

License

Notifications You must be signed in to change notification settings

izz-j/gamebox-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

gamebox-math

A high performance math library useful for making games.

Overview

A library written in portable Common Lisp, providing support for common math functions related to game development. Supported are 3-component vectors, 4x4 matrices, quaternions, and other high-level functions one may need when writing a game.

Install

This system is not yet available to be installed automatically with Quicklisp. To manually install using Quicklisp, clone this repository into your local-projects directory and issue the following in your REPL:

(ql:quickload :gamebox-math)

Usage

Refer to the documentation strings in the code.

License

Copyright © 2014 Michael Fiano michael.fiano@gmail.com.

Licensed under the MIT License.

A copy of the license is available here.

About

A high performance math library useful for making games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published