tigr icon indicating copy to clipboard operation
tigr copied to clipboard

TIGR - the TIny GRaphics library for Windows, macOS, Linux, iOS and Android.

Results 12 tigr issues
Sort by recently updated
recently updated
newest added

TIGR seems to cause memory leaks whenever it... runs. Clang Static Analyzer and htop return no issue, but Clang LeakSanitizer and Valgrind both freak out. LeakSanitizer output: ``` tigr-test/leak/ $...

(Apologies if I'm missing something obvious, I'm a novice) Trying to learn TIGR so I started by building the `hello` example in my space. But on running `make hello` I...