|
|
@ -1,14 +1,14 @@
|
|
|
|
df-utils - LÖVE Utility Library
|
|
|
|
gear - The LÖVE Utility Gear
|
|
|
|
============================================
|
|
|
|
============================
|
|
|
|
|
|
|
|
|
|
|
|
**df-utils** provides stateless functions for common
|
|
|
|
**gear** provides common functionality for
|
|
|
|
[LÖVE](https://love2d.org) game development, including:
|
|
|
|
[LÖVE](https://love2d.org) game development, including:
|
|
|
|
|
|
|
|
|
|
|
|
* 2D vector algebra
|
|
|
|
* 2D vector algebra
|
|
|
|
* Minimal 3D vector algebra
|
|
|
|
* Minimal 3D vector algebra
|
|
|
|
* 2D bounds (axis-aligned rectangles)
|
|
|
|
* 2D bounds (axis-aligned rectangles)
|
|
|
|
* General utility math functions
|
|
|
|
* General utility math functions
|
|
|
|
* Common algorithms
|
|
|
|
* Common stateless algorithms
|
|
|
|
|
|
|
|
|
|
|
|
Code is reasonably biased towards speed, at the occasional
|
|
|
|
Code is reasonably biased towards speed, at the occasional
|
|
|
|
expense of abstraction.
|
|
|
|
expense of abstraction.
|
|
|
|