Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eweninja/godot-4-notes

Godot 4 resources, tutorials, notes and more.
https://github.com/eweninja/godot-4-notes

godot-game-engine godot4 godotengine notes resources tutorials

Last synced: 27 days ago
JSON representation

Godot 4 resources, tutorials, notes and more.

Awesome Lists containing this project

README

        

# godot-4-notes

[Ewe Ninja Blog 📃](https://blog.ewe.ninja) | [Tutorials 💡](#tutorials) | [Resources 📕](#resources) | [Notes 📓](#notes)

Godot 4 resources, tutorials, notes and more.

If you have any free tutorial, resource or plugin for Godot 4.x you can [create an issue]() and inform me about it!

## tutorials

- [FinePointCGi YouTube Channel](https://www.youtube.com/@FinePointCGI)
- [Godot 4.0 Crash Course by CodingQuests / freeCodeCamp](https://www.youtube.com/watch?v=S8lMTwSRoRg)

## resources

- [Godot Documentation](https://docs.godotengine.org/en/stable/)
- [FinePointCGI.io](https://finepointcgi.io/)

## plugins

- Integrations:
- [GodotFirebase by GodotNuts](https://github.com/GodotNuts/GodotFirebase)
- [Google Play Billing](https://github.com/godotengine/godot-google-play-billing)
- [Godot-Playfab by Structed](https://github.com/Structed/godot-playfab)

- Mobile:
- [AdMob Android Plugin by Poing Studios](https://github.com/Poing-Studios/godot-admob-android)
- [AdMob iOS Plugin by Poing Studios](https://github.com/Poing-Studios/godot-admob-ios)
- [AdMob Editor Plugin by Poing Studios](https://github.com/Poing-Studios/godot-admob-plugin)
- [Google Play Games Services updated by FinePointCGI](https://github.com/finepointcgi/PGSGP)

- Editor / QoL:
- [Beehave by bitbrain](https://github.com/bitbrain/beehave)****
- [Godot Gameplay Systems by OctoD](https://github.com/OctoD/godot-gameplay-systems)
- [Godot Input Helper by by nethanhoad](https://github.com/nathanhoad/godot_input_helper)
- [Godot Mod Loader](https://github.com/GodotModding/godot-mod-loader)

## projects

- [Godot 4 Multiplayer example with GodotFirebase Plugin](https://github.com/eweninja/godot-firebase-multiplayer-example)
- [Godot 4 Plugin Template GDScript](https://github.com/eweninja/godot-plugin-template-gdscript)
- [Godot 4 Plugin Template C#](https://github.com/eweninja/godot-plugin-template-csharp)

## notes

- [GDExtension](https://blog.ewe.ninja/godot-4-notes/notes/gdextension)