Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 362 Bytes

Archivation note:

NoteBox is archived due to the release of my notebox.rs, which is overall better (other than maybe performance)

NoteBox

A simple todo app written in c with raylib/raygui

Compile (linux/*nix):

gcc NoteBox.c -lm -lraylib

with the files style_dark.h and raygui.h in the same directory, which are located in the headers directory.