glampert / debug-draw

Immediate-mode, renderer agnostic, lightweight debug drawing API.
http://glampert.com/
504 stars 36 forks source link

Better font? #9

Open YukinoHayakawa opened 6 years ago

YukinoHayakawa commented 6 years ago

The current one looks quite shitty 🙁

glampert commented 6 years ago

Haha, I agree, although it is possible to modify it by generating your own font using https://github.com/glampert/font-tool

The idea of having an embedded font is to make this library as ready to use as possible, that's why there's no direct way of configuring the text font. Also, I wouldn't want to bloat the library size by adding various font options to choose from. Easiest thing would be just generating a new one using the font-tool and replacing the default one with it.

YukinoHayakawa commented 6 years ago

That embedded one is just too bad. I guess a monospaced pixelated font without antialiasing would be much better with one with awful antialiasing.

hanbim520 commented 5 years ago

Hello, I have read the engineering code of your https://bitbucket.org/glampert/vt-mobile. At runtime, I found that your project may be too old to run correctly on the current machine, mainly found sdl The library is outdated, can you update and transfer your project to GitHub? VT technology feels that there will be many people who will use it on the mobile side.