Add fmod module and GDNative

Those provide helper functions to interact with FMOD in Godot.
This commit is contained in:
piiertho 2019-06-23 14:07:10 +02:00 committed by Hugo Locurcio
parent aaafb732a5
commit b9f08171da
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -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++).* *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-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-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. - [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. - [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. - [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. - [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. - [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. - [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. - [gdutils](https://github.com/GodotExplorer/gdutils) - Utilities for Godot written in GDScript.