https://github.com/itsfarseen/dear-board
A lightweight trello like board written in C++.
https://github.com/itsfarseen/dear-board
cplusplus dear-imgui kanban-board todo-list
Last synced: 7 months ago
JSON representation
A lightweight trello like board written in C++.
- Host: GitHub
- URL: https://github.com/itsfarseen/dear-board
- Owner: itsfarseen
- Created: 2018-11-27T13:06:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T05:14:37.000Z (almost 6 years ago)
- Last Synced: 2025-03-08T21:11:22.837Z (7 months ago)
- Topics: cplusplus, dear-imgui, kanban-board, todo-list
- Language: C++
- Size: 199 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# dear Board
##### Version: 0.9A minimalist kanban board app written in C++,
to keep track of my projects and todos.### Dependencies:
* OpenGL2
* GLFW## Build Instructions
Run `make`## License
http://unlicense.org/## Feature requests, bug reports
If you find any bugs or have any features that you like to see implemented,
please open an issue or pull request.## Acknowledgements
Omar Cornut ([github](https://github.com/ocornut), [website](http://www.miracleworld.net/))
for the lightweight yet productive [dear ImGui](https://github.com/ocornut/imgui/) library.