pixel-fonts

What libraries are available to help create 2D Java games for phones?

笑着哭i 提交于 2019-12-21 02:37:19
问题 I want to begin developing 2D Java games for phones (on J2ME) therefore I'd like to know if any libraries or "engines" exist to help out in the various graphical tasks: Drawing text with pixel fonts? Drawing bitmaps for sprites with multiple frames like animated GIFs? Drawing graphics with code, lines, beziers, flood-filling and gradient fills? Ordering / layering of sprites? Or maybe a great book exists, that gives you enough code samples to get off the ground quickly? 回答1: I didn't use it

I need a Windows-compatible, square pixel font

蓝咒 提交于 2019-12-06 15:11:43
问题 I'm looking for a square pixel font, preferably 8x8 pixels per character. I would like it to look something like this: ibm-style font http://dwarf.lendemaindeveille.com/images/0/0e/CGA8x8thick.png I need more or less every character shown here, especially the box drawing ones. The very few Windows fonts I've found after about an hour of searching don't have very few (if any) extended characters. I'm currently writing a pseudo-roguelike, and I've always preferred square fonts in roguelikes. I

I need a Windows-compatible, square pixel font

放肆的年华 提交于 2019-12-04 21:45:57
I'm looking for a square pixel font, preferably 8x8 pixels per character. I would like it to look something like this: ibm-style font http://dwarf.lendemaindeveille.com/images/0/0e/CGA8x8thick.png I need more or less every character shown here, especially the box drawing ones. The very few Windows fonts I've found after about an hour of searching don't have very few (if any) extended characters. I'm currently writing a pseudo-roguelike, and I've always preferred square fonts in roguelikes. I can use other methods if I must, but it would make my life a million times easier if a font like this

What libraries are available to help create 2D Java games for phones?

淺唱寂寞╮ 提交于 2019-12-03 08:40:38
I want to begin developing 2D Java games for phones (on J2ME) therefore I'd like to know if any libraries or "engines" exist to help out in the various graphical tasks: Drawing text with pixel fonts? Drawing bitmaps for sprites with multiple frames like animated GIFs? Drawing graphics with code, lines, beziers, flood-filling and gradient fills ? Ordering / layering of sprites? Or maybe a great book exists, that gives you enough code samples to get off the ground quickly? I didn't use it myself, but heard some good reference on here . And here is even a list of libraries, you might need. MIDP