From d8ed892d46868fd8e29f355c9b43ac57bbc8dc02 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Sun, 14 Dec 2025 19:30:02 -0500 Subject: [PATCH] quick links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d7e7a59..530816a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ **A comprehensive UI library providing flexbox/grid layouts, theming, animations, and event handling for LÖVE2D games.** +**[Documentation](https://mikefreno.github.io/FlexLove/) • [Quick Start](#quick-start) • [Releases](https://github.com/mikefreno/FlexLove/releases) • [Examples](https://mikefreno.github.io/FlexLove/examples.html) • [API Reference](https://mikefreno.github.io/FlexLove/api.html)** + FlexLöve is a flexible GUI library for Löve2D that implements a flexbox-based layout system. The goals of this project are two-fold, first, to make a UI library that anyone with basic CSS knowledge can run with a minimal learning curve, and second, to have a single library take you from early prototyping to production easily and gradually.