From b9f08171dadb96acc858ba376eba8874723534b2 Mon Sep 17 00:00:00 2001 From: piiertho <48322356+piiertho@users.noreply.github.com> Date: Sun, 23 Jun 2019 14:07:10 +0200 Subject: [PATCH] Add fmod module and GDNative Those provide helper functions to interact with FMOD in Godot. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3471ea5..6042056 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ A curated list of [free/libre](https://www.gnu.org/philosophy/free-sw.html) game *Stuff integrated into Godot core (C++).* +- [FMOD Integration](https://github.com/alexfonseka/godot-fmod-integration) - Module to integrate the FMOD audio engine in Godot. - [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. @@ -127,6 +128,7 @@ A curated list of [free/libre](https://www.gnu.org/philosophy/free-sw.html) game - [CRT Shader](https://github.com/henriquelalves/SimpleGodotCRTShader) - Godot shader that simulates CRT displays. - [Easing Script](https://github.com/impmja/godot-easing) - A port of the Robert Penner's equations for easing. - [Escoria](https://github.com/godotengine/escoria) - Point & click adventure game framework. +- [FMOD GDNative](https://github.com/utopia-rise/fmod-gdnative) - Plugin to use the FMOD audio engine in GDScript. - [FontAwesome](https://github.com/GodotExplorer/FontAwesome) - Font Awesome plugin for Godot. - [gdstats](https://github.com/droxmusic/gdstats/) - A library of pseudorandom number generators for common statistical distributions. - [gdutils](https://github.com/GodotExplorer/gdutils) - Utilities for Godot written in GDScript.