2022-08-12 17:27:11 +02:00
2024-01-26 16:25:08 +01:00
2022-08-12 17:27:11 +02:00
2024-01-26 16:25:08 +01:00
2022-11-06 17:32:55 +01:00
2022-09-01 09:02:20 +02:00
2024-01-26 16:24:30 +01:00

gear - The LÖVE Utility Gear

gear provides common functionality for LÖVE game development, including:

  • 2D vector algebra
  • Minimal 3D vector algebra
  • 2D bounds (axis-aligned rectangles)
  • General utility math functions
  • Common stateless algorithms

Code is reasonably biased towards speed, at the occasional expense of abstraction.

Documentation

Code is documented with LDoc.

Documentation may be generated running the command:

ldoc .

ldoc generates a doc directory, open doc/index.html with your favorite browser to read the documentation.

Test suite

The test suite uses busted.

Tests may be run with the command:

lua spec/utils_spec.lua

License

See LICENSE for details.

Description
This is a read only mirror of the gear main repository.
Readme Zlib
Languages
Lua 100%