Merge pull request #90 from Xrayez/godot-anl

Add Accidental Noise Library module
This commit is contained in:
Hugo Locurcio 2018-12-06 14:32:23 +01:00 committed by GitHub
commit 2e2e2e0a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.