o
odinpkg.dev
packages / app / todo_app

todo_app

v1.0.1app

Todo application writen in Odin and Raylib

MIT · updated 10 months ago

Todo app

Todo application writen in Odin and Raylib

Inspired by Making a Desktop App with a Game Library

Building and running

build_release.bat will make a release executable.

build_debug.bat will make a debuggable executable.

run_release.bat builds and runs the release executable.

run_debug.bat builds and runs the debuggable executable.

Code

Source code is located at src folder.

By default tasks are saved to tasks.json .

Set SAVE_TASKS constant to false to prevent save/load from tasks.json .

SAVE_TASKS :: true