From 18933e7df8c0fbc48a439e6e917e74eb4766eb29 Mon Sep 17 00:00:00 2001 From: Calinou Date: Wed, 5 Aug 2015 22:55:46 +0200 Subject: [PATCH] Change Markdown style, add Awesome logo --- CONTRIBUTING.md | 3 +- INSTALL.md | 11 ++--- README.md | 104 ++++++++++++++++++++++-------------------------- 3 files changed, 53 insertions(+), 65 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4eea3e..bb8ec9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,4 @@ -Contributing to the list -======================== +# Contributing to the list **Pull requests are welcome**, but keep this in mind: diff --git a/INSTALL.md b/INSTALL.md index af4720a..d39d172 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,13 +1,10 @@ -How to install plugins -====================== +# How to install plugins -Paths ------ +## Paths * GNU/Linux: `~/.godot/plugins` * Windows: `%APPDATA%/Godot/plugins` -Enabling --------- +## Enabling -Go to Editor settings, then make sure the plugin is enabled. You might need to restart Godot after enabling it. +Go to the **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 1aefe42..01651f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -Awesome Godot -============= +# Awesome Godot [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) A curated list of [free/libre](https://gnu.org/philosophy/free-sw.html) games, plugins, add-ons and scripts for [Godot](http://godotengine.org). @@ -9,90 +8,83 @@ For installation instructions, read [INSTALL.md](https://github.com/Calinou/awes This list is part of [awesome](https://github.com/sindresorhus/awesome), a curated list of awesome lists. -Games ------ +## Games *Games that use Godot.* ### 2D -* [Bombs](https://github.com/randyyaj/Bombs) - Simple mobile game. You need to touch bombs to diffuse them. -* [DynaDungeons](https://github.com/akien-mga/dynadungeons) - Bomberman clone in a fantasy universe -* [Libre Pinball](https://github.com/Calinou/libre-pinball) - A pinball game. -* [Minilens](http://kobuge-games.github.io/minilens/) - Free puzzle platform game. -* [Ringed](https://github.com/KOBUGE-Games/ringed) - Top-down shooter with extensive usage of light effects. -* [Tanks of Freedom](https://github.com/w84death/Tanks-of-Freedom) - Free turn-based isometric strategy game. +- [Bombs](https://github.com/randyyaj/Bombs) - Simple mobile game. You need to touch bombs to diffuse them. +- [DynaDungeons](https://github.com/akien-mga/dynadungeons) - Bomberman clone in a fantasy universe +- [Libre Pinball](https://github.com/Calinou/libre-pinball) - A pinball game. +- [Minilens](http://kobuge-games.github.io/minilens/) - Free puzzle platform game. +- [Ringed](https://github.com/KOBUGE-Games/ringed) - Top-down shooter with extensive usage of light effects. +- [Tanks of Freedom](https://github.com/w84death/Tanks-of-Freedom) - Free turn-based isometric strategy game. ### 3D Nothing for now. -Demos ------ +## Demos *Demos to learn GDScript, its concepts, and various game features.* -* [FPS Test](https://github.com/Calinou/fps-test) - A singleplayer FPS test. Physics work, but there are no enemies and no proper shooting. -* [HTTP Server](https://github.com/KOBUGE-Games/godot-httpd) - A HTTP 1.0 file server. -* [Pathfinding 2d](https://github.com/FEDE0D/godot-pathfinding2d-demo) - A demo project demonstrating pathfinding using a tilemap. -* [TCP Networked physics](https://github.com/jrimclean/godot-snapshot-interpolation-demo) - Lets you connect to a server and view networked physics. -* [UDP State synchronization](https://github.com/jrimclean/godot-state-sync-demo) - A more efficient networking demo than the previous one. +- [FPS Test](https://github.com/Calinou/fps-test) - A singleplayer FPS test. Physics work, but there are no enemies and no proper shooting. +- [HTTP Server](https://github.com/KOBUGE-Games/godot-httpd) - A HTTP 1.0 file server. +- [Pathfinding 2d](https://github.com/FEDE0D/godot-pathfinding2d-demo) - A demo project demonstrating pathfinding using a tilemap. +- [TCP Networked physics](https://github.com/jrimclean/godot-snapshot-interpolation-demo) - Lets you connect to a server and view networked physics. +- [UDP State synchronization](https://github.com/jrimclean/godot-state-sync-demo) - A more efficient networking demo than the previous one. -Themes ------- +## Themes *Themes for your Godot games or user interface.* -* [Iso Dark Theme](https://github.com/GalanCM/Iso-Themes) - A clean, modern dark theme. +- [Iso Dark Theme](https://github.com/GalanCM/Iso-Themes) - A clean, modern dark theme. -Modules -------- +## Modules *Stuff integrated into Godot core (C++).* -* [Gdnet](https://github.com/jrimclean/gdnet) - An ENet wrapper for Godot -* [WaterSplash 2D node](https://github.com/laverneth/WaterSplash) -* [Head tracking using OpenCV](https://github.com/antarktikali/godot-opencv-gpu-perspective) -* [RawPacker](https://github.com/jrimclean/rawpacker) - Simple binary packing/unpacking for RawArray +- [Gdnet](https://github.com/jrimclean/gdnet) - An ENet wrapper for Godot +- [WaterSplash 2D node](https://github.com/laverneth/WaterSplash) +- [Head tracking using OpenCV](https://github.com/antarktikali/godot-opencv-gpu-perspective) +- [RawPacker](https://github.com/jrimclean/rawpacker) - Simple binary packing/unpacking for RawArray -Plugins and scripts -------------------- +## 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. -* [Color Picker](https://github.com/TeddyDD/godot-ColorPicker) - A color picker integrated into Godot. -* [Create Tileset](https://github.com/vinod8990/godot_plugins) - Plugin to generate Godot tilesets based on atlas images -* [Example Model Importer](https://github.com/TheHX/godot_examples) - A script that imports models with inverted normals (proof of concept). -* [GUT](https://bitbucket.org/bitwes/gut/overview) - Utility for writing unit tests in GDScript. -* [Heightmap](https://gist.github.com/TheHX/94a83dea1a0f932d5805) - Make an heightmap into terrain. -* [Input states](http://pastebin.com/LuSg4wY2) - Input states for Godot. -* [OpenClipArt Store](https://github.com/vinod8990/godot_plugins/tree/master/OpenClipArt_Store) - Lets you integrate OpenClipArt assets easily, with a browser. -* [Polygon Merge](https://github.com/ScyDev/Godot-Scripts) - Merge polygons. -* [Resolution Switcher](https://github.com/vinod8990/godot_plugins) - Switch resolutions easily, for testing. -* [Simplex 2D/3D](https://github.com/OvermindDL1/Godot-Helpers) - Simplex deterministic noise functions. -* [SUTjoystick](https://gitlab.com/shine-upon-thee/joystick) - Easy gamepad support for GNU/Linux and Windows. -* [Tiled importer](https://github.com/MrGreenTea/GodotTiledImporter) - Import maps from [Tiled](http://mapeditor.org). -* [Tileset Builder](https://gist.github.com/Calinou/27e979ab0a35500c3381) - Build tilesets. +- [Add Primitives](https://github.com/TheHX/add_primitives) - Add cylinders, spheres, cubes easily. +- [Color Picker](https://github.com/TeddyDD/godot-ColorPicker) - A color picker integrated into Godot. +- [Create Tileset](https://github.com/vinod8990/godot_plugins) - Plugin to generate Godot tilesets based on atlas images +- [Example Model Importer](https://github.com/TheHX/godot_examples) - A script that imports models with inverted normals (proof of concept). +- [GUT](https://bitbucket.org/bitwes/gut/overview) - Utility for writing unit tests in GDScript. +- [Heightmap](https://gist.github.com/TheHX/94a83dea1a0f932d5805) - Make an heightmap into terrain. +- [Input states](http://pastebin.com/LuSg4wY2) - Input states for Godot. +- [OpenClipArt Store](https://github.com/vinod8990/godot_plugins/tree/master/OpenClipArt_Store) - Lets you integrate OpenClipArt assets easily, with a browser. +- [Polygon Merge](https://github.com/ScyDev/Godot-Scripts) - Merge polygons. +- [Resolution Switcher](https://github.com/vinod8990/godot_plugins) - Switch resolutions easily, for testing. +- [Simplex 2D/3D](https://github.com/OvermindDL1/Godot-Helpers) - Simplex deterministic noise functions. +- [SUTjoystick](https://gitlab.com/shine-upon-thee/joystick) - Easy gamepad support for GNU/Linux and Windows. +- [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 ----------------------------- +## 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) +- [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 *Other stuff.* -* [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. -* [godot-wrapper](https://github.com/nsrosenqvist/godot-wrapper.git) - Script that helps Debian and Ubuntu users install and use Godot. -* [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. -* [update-git.sh](https://gist.github.com/Calinou/93938dc92484bc5e89f0) - Updates all Git repositories contained in a directory. +- [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. +- [godot-wrapper](https://github.com/nsrosenqvist/godot-wrapper.git) - Script that helps Debian and Ubuntu users install and use Godot. +- [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. +- [update-git.sh](https://gist.github.com/Calinou/93938dc92484bc5e89f0) - Updates all Git repositories contained in a directory.