From d2379b8218b6668596e6d41785d06217c9e9ab07 Mon Sep 17 00:00:00 2001 From: Calinou Date: Mon, 13 Apr 2015 12:03:05 +0200 Subject: [PATCH] Add installation instructions, merge plugins and scripts into one section --- INSTALL.md | 13 ++++++++ README.md | 89 ++++++++++++++++++++++++++++-------------------------- 2 files changed, 59 insertions(+), 43 deletions(-) create mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..127f654 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,13 @@ +How to install plugins +====================== + +Paths +----- + +GNU/Linux: `~/.godot/plugins` +Windows: `%APPDATA%/Godot/plugins` + +Enabling +-------- + +Go to Editor settings, then make sure the plugin is enabled. You might need to restart Godot after enabling it. diff --git a/README.md b/README.md index abe632c..5fd0ac4 100644 --- a/README.md +++ b/README.md @@ -1,43 +1,46 @@ -Awesome Godot -============= - -A curated list of free/libre plugins, add-ons and scripts for [Godot](http://godotengine.org). - -Want to contribute to this list? Read [CONTRIBUTING.md](https://github.com/Calinou/awesome-godot/blob/master/CONTRIBUTING.md) first. - -Plugins -------- - -*Stuff integrated into Godot core more or less.* - -* [Resolution Switcher](https://github.com/vinod8990/godot_plugins) - Switch resolutions easily, for testing. - -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. -* [Heightmap](https://gist.github.com/Calinou/e771fcbc26a87b807f7f) - Make an heightmap into terrain. -* [Polygon Merge](https://github.com/ScyDev/Godot-Scripts) - Merge polygons. -* [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.* - -* [godot-wrapper](https://github.com/nsrosenqvist/godot-wrapper.git) - Script that helps Debian and Ubuntu users install and use Godot. -* [update-git.sh](https://gist.github.com/Calinou/93938dc92484bc5e89f0) - Updates all Git repositories contained in a directory. +Awesome Godot +============= + +A curated list of free/libre plugins, add-ons and scripts for [Godot](http://godotengine.org). + +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). + +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. +* [Heightmap](https://gist.github.com/Calinou/e771fcbc26a87b807f7f) - Make an heightmap into terrain. +* [Polygon Merge](https://github.com/ScyDev/Godot-Scripts) - Merge polygons. +* [Resolution Switcher](https://github.com/vinod8990/godot_plugins) - Switch resolutions easily, for testing. +* [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.* + +* [godot-wrapper](https://github.com/nsrosenqvist/godot-wrapper.git) - Script that helps Debian and Ubuntu users install and use Godot. +* [update-git.sh](https://gist.github.com/Calinou/93938dc92484bc5e89f0) - Updates all Git repositories contained in a directory.