Dependencies:
- opengl
- sdl2
- libfreetype
- libftgl
- checkout recursively (all submodules)
- sudo apt-get install libfreetype6-dev libsdl2-dev libftgl-dev
- cd cimgui/linuxdeps && ./build.sh
- sudo cp libcimgui.so /usr/bin (sry about this im not sure how to make the .cabal work with a local lib on linux)
- stack build
To compile on windows, the dependencies are already included.
- checkout submodules recursively
- stack build