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

SpielProfessor/NoteBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.