Gui branch was a bit easier to compile using Cmake so to run this branch do:
First, initialize the imGui submodule:
```bash
git submodule init imgui
git submodule update imgui
```
Then, compile using cmake:
```bash
mkdir build
cd build
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.