Merge pull request #85 from droxmusic/patch-1

Added RNG/stats library
This commit is contained in:
Hugo Locurcio 2018-07-18 00:44:24 +02:00 committed by GitHub
commit 0f33535e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,7 @@ A curated list of [free/libre](https://gnu.org/philosophy/free-sw.html) games, p
- [Escoria](https://github.com/godotengine/escoria) - Point & click adventure game framework. - [Escoria](https://github.com/godotengine/escoria) - Point & click adventure game framework.
- [Example Model Importer](https://github.com/TheHX/godot_examples) - A script that imports models with inverted normals (proof of concept). - [Example Model Importer](https://github.com/TheHX/godot_examples) - A script that imports models with inverted normals (proof of concept).
- [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.
- [gdutils](https://github.com/GodotExplorer/gdutils) - Utilities for Godot written in GDScript. - [gdutils](https://github.com/GodotExplorer/gdutils) - Utilities for Godot written in GDScript.
- [Godot NExt](https://github.com/willnationsdev/godot-next) - A set of basic node extensions for Godot. - [Godot NExt](https://github.com/willnationsdev/godot-next) - A set of basic node extensions for Godot.
- [GodotNotificationCenter](https://github.com/didier-v/GodotNotificationCenter) - A notification center for Godot. - [GodotNotificationCenter](https://github.com/didier-v/GodotNotificationCenter) - A notification center for Godot.