Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lohanidamodar/godot-appwrite
Godot Appwrite Integration
https://github.com/lohanidamodar/godot-appwrite
appwrite godot godot-demo
Last synced: 28 days ago
JSON representation
Godot Appwrite Integration
- Host: GitHub
- URL: https://github.com/lohanidamodar/godot-appwrite
- Owner: lohanidamodar
- Created: 2021-05-07T02:06:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T11:38:07.000Z (over 3 years ago)
- Last Synced: 2024-11-30T03:51:35.122Z (about 1 month ago)
- Topics: appwrite, godot, godot-demo
- Language: GAP
- Homepage:
- Size: 20.5 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-appwrite - Source Code
README
# Appwrite ❤️ Godot
Hey, this is a small sample of how we can integrate Godot with [Appwrite](https://appwrite.io). If you don't know what Appwrite is, please visit [https://appwrite.io](https://appwrite.io).
## Screenshots
| ![Login](screenshots/login.png) | ![Home](screenshots/home.png) |
|---------------------------------|-------------------------------|## Getting started
Replace the `projectid` and `endpoint` in `scripts/appwrite.gd` to your own project and endpoint. You can find those in your Appwrite console. Then run the project. You can login using the user you can add in your Appwrite console.### Learn more
You can use followng resources to learn more and get help
- 📜 [Appwrite Docs](https://appwrite.io/docs)
- 💬 [Discord Community](https://appwrite.io/discord)