From e62a2cdaeba599ec1736294cdf97abd72b719eb2 Mon Sep 17 00:00:00 2001 From: renancaraujo Date: Wed, 24 Mar 2021 19:03:40 +0000 Subject: [PATCH 1/2] Add graphX --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 1379f94..e1cee7b 100644 --- a/source.md +++ b/source.md @@ -510,6 +510,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| This section contains libraries that take an experimental or unorthodox approach. - [styled_widget](https://github.com/ReinBentdal/styled_widget) - Simplifying your widget tree structure by defining widgets using methods by [Rein Gundersen Bentdal](https://github.com/ReinBentdal). +- [graphx](https://github.com/roipeker/graphx) - Making drawings and animations in Flutter extremely simple, by [Roi Peker](https://github.com/roipeker). ## Gaming From 5d1f3587d250daf35dd6d1d3da58a8d72660fa85 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Thu, 25 Mar 2021 12:19:51 +0100 Subject: [PATCH 2/2] Engines sections --- source.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/source.md b/source.md index e1cee7b..0d1af09 100644 --- a/source.md +++ b/source.md @@ -510,16 +510,19 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| This section contains libraries that take an experimental or unorthodox approach. - [styled_widget](https://github.com/ReinBentdal/styled_widget) - Simplifying your widget tree structure by defining widgets using methods by [Rein Gundersen Bentdal](https://github.com/ReinBentdal). -- [graphx](https://github.com/roipeker/graphx) - Making drawings and animations in Flutter extremely simple, by [Roi Peker](https://github.com/roipeker). -## Gaming +## Engines -### Game Engines +### Rendering + +- [Graphx](https://github.com/roipeker/graphx) - Making drawings and animations extremely simple, inspired by Flash, by [Roi Peker](https://github.com/roipeker). + +### Game - [Flame](https://github.com/flame-engine/flame) - Minimalist game engine by [Luan Nico](https://github.com/luanpotter) - [SpriteWidget](https://github.com/spritewidget/spritewidget) - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt) -### Open source games +#### Open source games - [Flip](https://github.com/RedBrogdon/flutterflip) - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon) - [2048](https://github.com/anuranBarman/2048) - 2048 game by [Anuran Barman](https://github.com/anuranBarman) @@ -528,11 +531,11 @@ This section contains libraries that take an experimental or unorthodox approach - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo) - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01) - [Party Charades](https://github.com/vintage/party_flutter) - Party charades by [Kamil Rykowski](https://github.com/vintage) +- [Ghost Rigger](https://github.com/Float-like-a-dash-Sting-like-a-dart/GhostRigger) - Ghost Rigger is a cyberpunk inspired puzzle game by [Iain Smith](https://github.com/b099l3) and [Julio Ernesto Rodríguez Cabañas](https://github.com/ernestoyaquello). -#### Flame Engine +#### Game Engine resources - [Awesome Flame](https://github.com/flame-engine/awesome-flame) - Curated list of the best Flame games, projects, libraries, tools, tutorials, articles and more by [Flame Engine](https://github.com/flame-engine) -- [Ghost Rigger](https://github.com/Float-like-a-dash-Sting-like-a-dart/GhostRigger) - Ghost Rigger is a cyberpunk inspired puzzle game by [Iain Smith](https://github.com/b099l3) and [Julio Ernesto Rodríguez Cabañas](https://github.com/ernestoyaquello). ## Open Source Apps