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

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.

Awesome Lists containing this project

README

        

Kanban App (Tutorial)
=========================================
### A Kanban board app made in Godot

Godot3

app screenshot

# [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 delete

Get 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.

### Consider Donating
Buy Me A Coffee

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.