An open API service indexing awesome lists of open source software.

https://github.com/godotsteam/godotsteam-docs

The repository for GodotSteam's full documentation.
https://github.com/godotsteam/godotsteam-docs

godot godot-engine godotengine godotsteam steam-api steamworks

Last synced: 2 months ago
JSON representation

The repository for GodotSteam's full documentation.

Awesome Lists containing this project

README

          

# GodotSteam Documentation
This branch is stores the source code for the [GodotSteam](https://godotsteam.com) documentation website. It is made with [MKDocs](https://www.mkdocs.org/) and [Material For MKDocs](https://squidfunk.github.io/mkdocs-material/). Everyone is welcome to modify, correct, and add to the documentation!

Local Edit And Build
---
To run the docs locally, you'll need to install MKDocs and Material For MKDocs:
```
pip install mkdocs
pip install mkdocs-material
```

You also need to install the following plug-ins:
```
pip install mkdocs-badges
pip install mkdocs-rss-plugin
pip install "mkdocs-material[imaging]"
```

GodotSteam Flavors
---
Pre-Compiles | Plug-ins | Server | Examples
--- | --- | --- | ---
[Godot 2.x](https://github.com/GodotSteam/GodotSteam/tree/godot2) | [GDNative](https://github.com/GodotSteam/GodotSteam/tree/gdnative) | [Server 3.x](https://github.com/GodotSteam/GodotSteam-Server/tree/godot3) | [Skillet](https://github.com/GodotSteam/Skillet)
[Godot 3.x](https://github.com/GodotSteam/GodotSteam/tree/godot3) | [GDExtension](https://github.com/GodotSteam/GodotSteam/tree/gdextension) | [Server 4.x](https://github.com/GodotSteam/GodotSteam-Server/tree/godot4) | ---
[Godot 4.x](https://github.com/GodotSteam/GodotSteam/tree/godot4) | --- | [GDNative](https://github.com/GodotSteam/GodotSteam-Server/tree/gdnative) | ---
[MultiplayerPeer](https://github.com/GodotSteam/MultiplayerPeer)| --- | [GDExtension](https://github.com/GodotSteam/GodotSteam-Server/tree/gdextension) | ---

Donate
---
Pull-requests are the best way to help the project out but you can also donate through [Github Sponsors](https://github.com/sponsors/Gramps)!

License
---
MIT license