From 9bc2defda73fd6d52440c1eb82c5c825a9e73f04 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 5 Jan 2020 21:32:54 +0100 Subject: [PATCH] Add a Projects section with non-game projects made with Godot --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a813bea..31e9c7e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A curated list of [free/libre](https://www.gnu.org/philosophy/free-sw.html) game - [Games](#games) - [2D](#2d) - [3D](#3d) +- [Projects](#projects) - [Demos](#demos) - [Tutorials](#tutorials) - [Text tutorials](#text-tutorials) @@ -58,6 +59,13 @@ A curated list of [free/libre](https://www.gnu.org/philosophy/free-sw.html) game - [Super Tux Party](https://anti.itch.io/super-tux-party) - A free/libre and open-source party game that is meant to replicate the feel of games such as Mario Party (Godot 3.1). - [Veraball](https://github.com/Veraball/veraball) - Free "roll the ball" game. Collect coins and reach the finish, without falling out of the level (Godot 2.0). +## Projects + +*Non-game projects made with Godot (tools/utilities).* + +- [Pixelorama](https://github.com/Orama-Interactive/Pixelorama) - 2D pixel art editor (Godot 3.1). +- [Material Maker](https://github.com/RodZill4/godot-procedural-textures) - Create PBR materials procedurally (similar to Substance Designer) (Godot 3.1). + ## Demos *Demos to learn GDScript, its concepts, and various game features.*