Hello,
I’m looking to make a application with a kanban board. The functionality I’m looking to implement is as series of columns with drag and drop cards, each card having text and icons.
I have just started canvasing what controls I would like to use for the project. But I’ve not found something for the kanban board part. So far I have tried
- The wxpython demo (/wxPython-demo-4.0.0a3)
- Searched for “kanban” “board” “card” “column” combinations in the wxpython API, mailing list and this forum.
- Tried google and stackoverflow - but no useful results (mostly browser based implementations)
Questions
- Does anyone know if there are controls in wxpython I could use out of the box?
- Any pointers on where I might start to experiment from if not?
- Any general advice? (libraries, approaches, similar projects etc)
Thanks in advance
Paul