Getting Started
Cloning
git clone https://grimui.com/grim.gitInstalling
Adding to a project
cd my_project/
git submodule add https://grimui.com/grim.gitIncluding
#include "grim.h";clang++ -Igrim/include grim/build/grim.oMake
cd grim
make allgit clone https://grimui.com/grim.gitcd my_project/
git submodule add https://grimui.com/grim.git#include "grim.h";clang++ -Igrim/include grim/build/grim.ocd grim
make all