Getting Started

Cloning

git clone https://grimui.com/grim.git

Installing

Adding to a project

cd my_project/
git submodule add https://grimui.com/grim.git

Including

#include "grim.h";
clang++ -Igrim/include grim/build/grim.o

Make

cd grim
make all