Skip to content

t-88/domes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

text in blocks

Adding Container Logic + Scroll

container

Text Input

input

The Todo App

app

Links