https://github.com/3ddelano/kanbanapptutorial
Tutorial repo for Kanban Board app made with Godot.
https://github.com/3ddelano/kanbanapptutorial
app godot godot-engine godotengine kanban program theming ui windows-app
Last synced: 3 months ago
JSON representation
Tutorial repo for Kanban Board app made with Godot.
- Host: GitHub
- URL: https://github.com/3ddelano/kanbanapptutorial
- Owner: 3ddelano
- Created: 2021-10-15T09:21:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T08:34:42.000Z (over 3 years ago)
- Last Synced: 2025-02-28T17:50:44.642Z (3 months ago)
- Topics: app, godot, godot-engine, godotengine, kanban, program, theming, ui, windows-app
- Homepage:
- Size: 1.17 MB
- Stars: 23
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kanban App (Tutorial)
=========================================
### A Kanban board app made in Godot
# [Watch Tutorial Playlist on Youtube](https://www.youtube.com/playlist?list=PL5t0hR7ADzumQ8eGjnMi6BrD7gzlg9o1r)
Learning Outcomes
--------------- Designing complex UI in Godot
- Theming UI to make it look elegant
- Drag and Drop feature
- Save and load board data
- Drop card to deleteGet Assets
--------------The master branch contains only the assets required for following along with the tutorial. To download click the green "Code" button and then click "Download ZIP".
Get the Code
----------The code after each tutorial video is saved in a separate branch.
For doubts / help / bugs / problems / suggestions join: [3ddelano Cafe Discord Server](https://discord.gg/FZY9TqW)
> ### Disclaimer
> This tutorial will not cover adding each and every feature for a fully working Kanban board like multiple boards, add / delete columns, etc. But after this tutorial you will have enough knowledge to implement this yourself.