From b9d2447fed851c65f909bdb2de8bbac8d964701c Mon Sep 17 00:00:00 2001 From: "Andrii Doroshenko (Xrayez)" Date: Thu, 6 Dec 2018 12:37:39 +0200 Subject: [PATCH] Add Accidental Noise Library module --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f19a8f..5a9a59b 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ A curated list of [free/libre](https://gnu.org/philosophy/free-sw.html) games, p *Stuff integrated into Godot core (C++).* +- [godot-anl](https://github.com/Xrayez/godot-anl) - A wrapper for [Accidental Noise Library](https://github.com/JTippetts/accidental-noise-library) with a visual noise editing support. - [godot-python](https://github.com/touilleMan/godot-python) - Python support for Godot 3. - [godot-enet-better](https://github.com/Faless/godot-enet-better) - A better ENet module for high-performance multiplayer games with Godot. - [Gdnet](https://github.com/jrimclean/gdnet) - An ENet wrapper for Godot.