From 18376860f3d98eaa7993067d1f4a92b1b24e98c5 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Tue, 16 Aug 2022 00:16:17 +0200 Subject: [PATCH] [README] Update README. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6289d84..f448726 100644 --- a/README.md +++ b/README.md @@ -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: * 2D vector algebra * Minimal 3D vector algebra * 2D bounds (axis-aligned rectangles) * General utility math functions -* Common algorithms +* Common stateless algorithms Code is reasonably biased towards speed, at the occasional expense of abstraction.