Lightweight dream journaling app, currently a work in progress.
sleeplog targets the following features:
- One entry per dream, with dream kind, tags and date.
- Quick on-the-fly editing of entries.
- A calendar for quick navigation at a glance.
- Allows you to search through dreams by several criteria.
- Multiple journals support.
- Theming.
This software uses the following dependencies:
- date used for dates and calendar
- json used to parse json
- glad, glfw used for the graphics backend
- dear imgui, imgui_markdown used for the interface.
- googletest