From 3a3f02439c68c5610df62f7d681b51504ab58ea7 Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Wed, 15 Nov 2023 14:32:41 -0500 Subject: [PATCH] feat: Update plugins section (#86) --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index f85fca3..96ec52a 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,6 @@ - [Articles & Tutorials](#articles--tutorials) - [Plugins & Libraries](#plugins--libraries) - - [Official](#official) - - [Community](#community) - [Projects](#projects) - [Open Source](#open-source) - [App Releases](#app-releases) @@ -85,15 +83,7 @@ ## Plugins & Libraries -### Official - - -- [flame_gamepad](https://github.com/flame-engine/flame_gamepad) - Flutter Gamepad Support. -- [flame_geom](https://github.com/flame-engine/flame_geom) - Complement Flame with APIs for handling shapes and geometric operations. -- [flame_scrolling_sprite](https://github.com/flame-engine/flame_scrolling_sprite) - Easy to use sprites that repeats itself on an area. - -### Community - +- [First-Party Plugins](https://github.com/flame-engine/flame/tree/main/packages) - First-party plugins included in Flame's monorepo. - [bonfire](https://github.com/RafaelBarbosatec/bonfire) - RPG maker. By [rafaelbarbosatec](https://github.com/RafaelBarbosatec) - [flame_texturepacker](https://github.com/Brixto/flame_texturepacker) - Import spritesheets from TexturePacker. By [Brixto](https://github.com/Brixto) - [leap](https://github.com/kurtome/leap) - An opinionated toolkit for creating 2D platformers. By [kurtome](https://github.com/kurtome)