A TODOs app built in C
- C
- Raylib
- Run the shell script
# Building in Mac
. ./build-mac
# Running the build in Mac
. ./run-mac
# TODO: building and running in Linux
. ./run.shgcc -o raygui.dynlib src/includes/raygui.c -shared -fpic -DRAYGUI_IMPLEMENTATION -framework OpenGL -lm -lpthread -ldl libraylib.a -framework IOKit -framework Cocoa -framework OpenGLGet date and renderFocus on input on app openWrite to filePersist file entriesAdd or create TODO itemsStore TODO itemsDRY task item element creation in loop- Add bullet as a prefix
- Consolidate temp file depending on operating system i.e Linux vs Mac
- List file entries on the ui
- Dynamic measurements