Homebrew Ticket injection VS CIAngel

Tickets Injection VS CIAngel

  • Tickets Injection

  • CIAngel


Results are only viewable after voting.
How's this for search results lol?

CLF7e3F.png
Very impressive!
 
looks nice, lucky you had a useful base to work on, i see yours supports other chars (i see é and TM), how about stuff like japanese etc? how did you do that bit?
You could use a TTF or something with japanese characters, but those are pretty large (few MBs at least). I just went ahead and implemented system font usage. I used this as a base: https://github.com/devkitPro/3ds-examples/blob/master/graphics/printing/system-font/source/main.c

The system font has all primary system languages except (I think) some asian ones like taiwanese/chinese. But it's mostly Japanese that's useful anyways.

My search obviously doesn't support Japanese because I would need to customize the keyboard. For searching japanese, I might just add hiragana keyboard layout mode and use python to normalize jap title's kanji into that. But I'm not even bothering with that now.

Also my fuzzy searching is based on this: https://github.com/forrestthewoods/lib_fts/blob/master/code/fts_fuzzy_match.h

Works well though may want to adjust score values if you want to favor certain matching patterns.
 
Last edited by TheCruel,
You could use a TTF or something with japanese characters, but those are pretty large (few MBs at least). I just went ahead and implemented system font usage. I used this as a base: https://github.com/devkitPro/3ds-examples/blob/master/graphics/printing/system-font/source/main.c

The system font has all primary system languages except (I think) some asian ones like taiwanese/chinese. But it's mostly Japanese that's useful anyways.

My search obviously doesn't support Japanese because I would need to customize the keyboard. For searching japanese, I might just add hiragana keyboard layout mode and use python to normalize jap title's kanji into that. But I'm not even bothering with that now.

Also my fuzzy searching is based on this: https://github.com/forrestthewoods/lib_fts/blob/master/code/fts_fuzzy_match.h

Works well though may want to adjust score values if you want to favor certain matching patterns.
cool, system font is perfect i think.
yes korean and chinese have a different 3ds font.
it would be nice to enable the real 3ds keyboard in homebrew to typing stuff like japanese, but that would still only be on japanese region 3ds.
but for names like japanese, because the font supports it, just browsing the list is still useful, search is not necessary
thanks for the info
 
Last edited by cearp,
  • Like
Reactions: Drakia

Site & Scene News

Popular threads in this forum