https://github.com/t-88/domes
another todo app in my cv
https://github.com/t-88/domes
cpp engine hacktoberfest hacktoberfest2022 layout-engine
Last synced: 8 months ago
JSON representation
another todo app in my cv
- Host: GitHub
- URL: https://github.com/t-88/domes
- Owner: t-88
- License: mit
- Created: 2023-09-27T13:08:53.000Z (over 2 years ago)
- Default Branch: mian
- Last Pushed: 2023-10-16T09:21:01.000Z (over 2 years ago)
- Last Synced: 2025-03-27T21:31:00.743Z (11 months ago)
- Topics: cpp, engine, hacktoberfest, hacktoberfest2022, layout-engine
- Language: C++
- Homepage:
- Size: 2.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Do-me
making a todo app bc its what cool kids do this days and i want to be a cool kid.
trying to implement a simple layout engine and apply it on a todo app :).
**is unsafe for u RAM**
# How To Run
**u need to have sdl2 and sdl2_ttf to do the rendering of the app**
- u need to make a edit the path for the font and todos.db files to make them global
```
$ ./run.sh
```
# Whats Next:
the point of the is the layout engine, so for me its already done.
but for future me or anyone who is intersted, maybe add support for:
- edit todos
- timed todos, means the date/month of the todos
- github activity table to track done todos
# dev-imgs
## Block UI with text

## Adding Container Logic + Scroll

## Text Input

## The Todo App

# Links
- [Let's build a browser engine!](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html)