Switch from Qt6 to Slint

This commit is contained in:
Vyn 2024-08-16 21:35:12 +02:00
parent f8be14bcf8
commit 63bf267a22
107 changed files with 27532 additions and 2896 deletions

View file

@ -2,13 +2,12 @@
# Mirai
Mirai provides todo lists and calendar views from the same data using a simple syntax.
Mirai provides todo lists using a simple syntax.
Your data are stored on your device as readable plain text files, you can edit them
with whatever you want and sync them using third party software (like Syncthing).
![Mirai Todo](https://codeberg.org/vyn/mirai/raw/branch/main/images/presentation-todo-1.png)
![Mirai Calendar](https://codeberg.org/vyn/mirai/raw/branch/main/images/presentation-calendar-1.png)
## Download
@ -21,9 +20,8 @@ Currently only `Linux (x86_64)` is officially supported.
### Requirements
- Qt >= 6.7.0
- GCC >= 14.1.1
- CMake >= 3.29.3
- GCC >= 14.2.1
- CMake >= 3.30.2
- Ninja (or Make but you will need to adapt the commands)
- Git
@ -44,6 +42,11 @@ ninja
```
Then you should have a `mirai` executable in the `build` directory you are currently in.
## To-do
- Add CLI mode for quick adding tasks
- Add support for custom themes
## License
Copyright (C) Vyn 2024