From 7daee9c7ff53ce78cc781aacd0a7a3ac154991a7 Mon Sep 17 00:00:00 2001 From: Giuseppe Sellaroli <55057162+apicici@users.noreply.github.com> Date: Sat, 9 Dec 2023 17:53:57 -0500 Subject: [PATCH] update links after migration to codeberg --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4bc63c..5a9b672 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ A categorized community-driven collection of high-quality, awesome [LÖVE](http: * [Jumper](https://github.com/Yonaba/Jumper) - Grid-based pathfinding library. * [Lua-star](https://github.com/wesleywerner/lua-star) - Easy and pure Lua A* path finding. * [astar](https://github.com/xiejiangzhi/astar) - An other A* library. Any map (grid, point, mesh or infinite map) and support path cost. -* [pathfun](https://github.com/apicici/pathfun) - Pure Lua library for 2D pathfinding using the funnel algorithm. +* [pathfun](https://codeberg.org/apicici/pathfun) - Pure Lua library for 2D pathfinding using the funnel algorithm. * [beehive.lua](https://github.com/drhayes/beehive.lua) - A functional behavior tree implementation. * [Luafinding](https://github.com/GlorifiedPig/Luafinding) - Class-based A* implementation written purely in Lua. @@ -307,7 +307,7 @@ A categorized community-driven collection of high-quality, awesome [LÖVE](http: *User Interface Libraries* * [CatUI](https://github.com/wilhantian/catui) - A very light-weight GUI library for LÖVE. -* [cimgui-love](https://github.com/apicici/cimgui-love) - LÖVE module for Dear ImGui obtained by wrapping cimgui (programmatically generated C-api) using LuaJIT FFI, easy to update to the latest Dear Imgui version. +* [cimgui-love](https://codeberg.org/apicici/cimgui-love) - LÖVE module for Dear ImGui obtained by wrapping cimgui (programmatically generated C-api) using LuaJIT FFI, easy to update to the latest Dear Imgui version. * [GOOi](https://github.com/tavuntu/gooi) - Android-oriented GUI library. * [Gspöt](https://notabug.org/pgimeno/Gspot) - A stateful GUI lib for LÖVE. * [Hanker](https://gitlab.com/Alloyed/hanker) - Maximalist immediate mode-ish UI elements; gamepad-friendly.