godot-engine.supabase-examples
godot-engine.supabase-examples copied to clipboard
A collection of example for Supabase with Godot Engine as frontend, using Godot Engine Supabase Addon.
Godot Engine - Supabase Examples
A library containing some examples made with Godot Engine as a client for Supabase backend.
Examples are developed using fenix-hub/godot-engine.supabase plugin for Godot Engine.
List of examples
- ToDot List (Multiplatform Todo list - following Todo list demo by supabase)
- SlackGD (Multiplatform Realtime chat - following Slack clone demo by supabase)
- TicTacDot (Multiplatform Realtime TicTacToe)
- Godotgram (Multiplatform Instagram Clone)
List of web demo
- web ToDot List
- web SlackGD
- [todo] web TicTacDot
- [todo] web Godotgram
Folder structure
Each example consists of its source code (in /source) written in gdscript plus some exported binaries (in /export) for different platforms (ex. Windows, Android, Linux, HTML).
Also, each example has a self hosted HTML demo available to test it from mobile and desktop platforms.