2015-04-13 12:03:05 +02:00
Awesome Godot
=============
2015-04-17 22:31:49 +02:00
A curated list of [free/libre ](https://gnu.org/philosophy/free-sw.html ) games, plugins, add-ons and scripts for [Godot ](http://godotengine.org ).
2015-04-13 12:03:05 +02:00
Want to contribute to this list? Read [CONTRIBUTING.md ](https://github.com/Calinou/awesome-godot/blob/master/CONTRIBUTING.md ) first.
For installation instructions, read [INSTALL.md ](https://github.com/Calinou/awesome-godot/blob/master/INSTALL.md ).
2015-04-17 22:31:49 +02:00
Games
-----
*Games that use Godot.*
### 2D
* [Minilens ](http://alketii.github.io/minilens/ ) - Free puzzle platform game.
* [Tanks of Freedom ](https://github.com/w84death/Tanks-of-Freedom ) - Free turn-based isometric strategy game.
### 3D
Nothing for now.
2015-04-13 12:03:05 +02:00
Modules
-------
*Stuff integrated into Godot core (C++).*
Nothing for now.
Plugins and scripts
-------------------
*Scripts that let you do new stuff, or enhance Godot functionality.*
* [Add Primitives ](https://github.com/TheHX/add_primitives ) - Add cylinders, spheres, cubes easily.
2015-04-20 19:53:12 +02:00
* [Example Model Importer ](https://github.com/TheHX/godot_examples ) - A script that imports models with inverted normals (proof of concept).
2015-04-25 09:22:59 +02:00
* [GUT ](https://bitbucket.org/bitwes/gut/overview ) - Utility for writing unit tests in GDScript.
2015-04-24 20:01:42 +02:00
* [Heightmap ](https://gist.github.com/TheHX/94a83dea1a0f932d5805 ) - Make an heightmap into terrain.
2015-04-30 13:24:09 +02:00
* [Input states ](http://pastebin.com/LuSg4wY2 ) - Input states for Godot.
2015-04-13 12:03:05 +02:00
* [Polygon Merge ](https://github.com/ScyDev/Godot-Scripts ) - Merge polygons.
* [Resolution Switcher ](https://github.com/vinod8990/godot_plugins ) - Switch resolutions easily, for testing.
2015-04-17 22:31:49 +02:00
* [SUTjoystick ](https://gitlab.com/shine-upon-thee/joystick ) - Easy gamepad support for GNU/Linux and Windows.
2015-04-13 12:03:05 +02:00
* [Tiled importer ](https://github.com/MrGreenTea/GodotTiledImporter ) - Import maps from [Tiled ](http://mapeditor.org ).
* [Tileset Builder ](https://gist.github.com/Calinou/27e979ab0a35500c3381 ) - Build tilesets.
GDScript syntax highlighting
----------------------------
*Add-ons for text editors that add syntax highlighting to GDscript.*
* [Atom ](https://github.com/jlopezcur/language-gdscript ) - Not present on atom.io, install it manually.
* [Geany ](https://github.com/haimat/GDScript-Geany )
* [Gedit ](https://github.com/haimat/GDScript-gedit )
* [Sublime Text ](https://github.com/beefsack/GDScript-sublime )
* [Vim ](https://github.com/quabug/vim-gdscript )
Other
-----
*Other stuff.*
2015-04-14 22:40:48 +02:00
* [godot.sh ](https://github.com/adolson/godot-stuff/blob/master/godot.sh ) - Script that automatically downloads and launches latest version of Godot, or compiles and launches git master branch.
2015-04-13 12:03:05 +02:00
* [godot-wrapper ](https://github.com/nsrosenqvist/godot-wrapper.git ) - Script that helps Debian and Ubuntu users install and use Godot.
2015-04-14 22:40:48 +02:00
* [replicate-file.sh ](https://github.com/adolson/godot-stuff/blob/master/replicate-file.sh ) - Script to update copies of a file with one master file.
* [strip-to-frames.pl ](https://github.com/adolson/godot-stuff/blob/master/strip-to-frames.pl ) - Perl script to split a grid spritesheet image into numbered individual frame files.
2015-04-13 12:03:05 +02:00
* [update-git.sh ](https://gist.github.com/Calinou/93938dc92484bc5e89f0 ) - Updates all Git repositories contained in a directory.