ggerganov / imtui

ImTui: Immediate Mode Text-based User Interface C++ Library
https://imtui.ggerganov.com
MIT License
3.04k stars 127 forks source link

Issues when not compiling using CMake #8

Closed clbx closed 4 years ago

clbx commented 4 years ago

My project doesn't use CMake, so I attempted to add ImTui to the project without using it. While it compiles, the result isn't exactly as expected

image

Im assuming it is something during compilation, some flag or something, since when I compile it using Cmake it works perfectly fine.

If you have any insight on why this might be happening it would be much appreciated! This happens on both macOS and Linux, with slightly different results (Linux doesn't show the missing font characters)

This is my makefile

clbx commented 4 years ago

I just realized I deleted the branch that I was attempting this on. I'll re-open this issue once that's been remade