Hajime Hoshi

Results 678 comments of Hajime Hoshi

I'm looking for a good Chinese bitmap font with non-problematic license, but failed. For example, http://wenq.org/wqy2/index.cgi?BitmapSong_en seemed nice but the license is GPL (w/ font-embedding exceptions), which I don't want...

Thanks! > I find adobe have some bitmap font(BDF):https://github.com/adobe-fonts Which one? > what do you think about this:坊宋 https://diaowinner.itch.io/fonsung What license is this?

Oops Fonsung (16px)is a little bigger than we expected (12px), and the file is unfortunately TTF instead of a bitmap data.

Theoretically yes, but I don't have enough bandwidth to implement a general BDF parser.

Interesting, but can we already do similar effects by modifying vertices on the CPU side?

Yeah, we need to do some performance experiments. My concern is that a vertex shader might prevent batching, so the performance might be worse in some cases.

Yes, theoretically :-)

Another nice reference CL: https://go-review.googlesource.com/c/go/+/227037/

As M1 appears, might this be in higher demand than before?

Hmm, GLFW is the toughest blocker so far.