The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the newest Gaming News from
QJ.NET in your email each day?




Want to learn more about the team who brings you the QJ news?

Read about them now!

 


Results 1 to 6 of 6

Kanji King PSP

This is a discussion on Kanji King PSP within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Hi! I know there are already a number of Kanji learning programs, but none really suited my needs as I ...

  
  1. #1
    iya
    iya is offline
    Points: 284, Level: 5
    Level completed: 68%, Points required for next Level: 16
    Overall activity: 0%

    Join Date
    Sep 2011
    Location
    Germany
    Posts
    2
    QJ Pts
    284
    Level
    5
    Downloads
    0
    Uploads
    0

    Post Kanji King PSP

    Hi!

    I know there are already a number of Kanji learning programs, but none really suited my needs as I tried to duplicate the functionality of ReadTheKanji.com, Rikaichan and Anki.
    So the focus was on the following:
    • True-type fonts for easy readability.
    • Lots of data to facilitate learning: meanings, readings, components, vocabulary, both in English and German.
    • Game like learning mode, with automatic progress, rating and flash card selection.
    • Ease of use: Press (O) if you remember the kanji, or press (X) if you don't remember it.


    There are three different learning sets: 'Heisig' kanji (>2000), JLPT vocabulary (>8000), Hiragana + Katakana (>200), which can be switched by pressing (Select).
    More controls can be found in the readme.

    Main screen: at the left is the next kanji in question, at the right is the solution.


    List screen: browse the current learning set: kanji, vocab and kana:






    Components screen:


    Vocabulary screen:


    Download: KanjiKingPSP v1.2.zip
    Homepage and source code: code.google.com/p/kanji-king-psp/
    Last edited by iya; 09-24-2011 at 08:10 PM.

  2. #2
    QJ Gamer Green
    Points: 3,411, Level: 36
    Level completed: 41%, Points required for next Level: 89
    Overall activity: 63.0%

    Join Date
    Jan 2009
    Posts
    362
    QJ Pts
    3,411
    Level
    36
    My Mood
    Psychedelic
    Downloads
    15
    Uploads
    0

    Default

    nice app

  3. #3
    QJ Gamer Blue
    Points: 465, Level: 9
    Level completed: 30%, Points required for next Level: 35
    Overall activity: 0%

    Join Date
    Sep 2011
    Location
    why do u wanna know?
    Posts
    39
    QJ Pts
    465
    Level
    9
    My Mood
    Relaxed
    Downloads
    0
    Uploads
    0

    Default

    Looks nice, good work :]

  4. #4
    QJ Gamer Green
    Points: 2,521, Level: 30
    Level completed: 48%, Points required for next Level: 79
    Overall activity: 0%

    Join Date
    Mar 2009
    Posts
    48
    QJ Pts
    2,521
    Level
    30
    Downloads
    0
    Uploads
    0

    Default

    Thank you very much! It's interesting to see new Japanese language apps. At first, I had difficulty to learn the control scheme (would assume [x] is to know and [o] not known). There is also some bug that freezes the application. If I figure out how to produce it, I'll let you know. I really liked the font quality. Can I try to get those work with AnyLanguageStudy?

    Some improvement suggestions:
    - Maybe you could briefly see the list name when you change it.
    - The keys [x]/[o] could be seen somewhere with a small print. In addition, the user could get some text input whether s/he knew the kanji or not.
    - A setting/setting file to reverse the [x] and [o] + analog support would be nice.

  5. #5
    iya
    iya is offline
    Points: 284, Level: 5
    Level completed: 68%, Points required for next Level: 16
    Overall activity: 0%

    Join Date
    Sep 2011
    Location
    Germany
    Posts
    2
    QJ Pts
    284
    Level
    5
    Downloads
    0
    Uploads
    0

    Default v1.2

    Quote Originally Posted by batanen View Post
    Thank you very much! It's interesting to see new Japanese language apps. At first, I had difficulty to learn the control scheme (would assume [x] is to know and [o] not known). There is also some bug that freezes the application. If I figure out how to produce it, I'll let you know. I really liked the font quality. Can I try to get those work with AnyLanguageStudy?
    I've fixed one freeze, which happend on the components screen of a certain kanji, and made a few improvements and kanji additions.
    As far as I'm concerned, you can use the data, but I also compiled it from several sources (anki, kanjidic2, wadoku, kanjivg, some websites...), so don't ask me about the legality.

    Quote Originally Posted by batanen View Post
    Some improvement suggestions:
    - Maybe you could briefly see the list name when you change it. Done!
    - The keys [x]/[o] could be seen somewhere with a small print. In addition, the user could get some text input whether s/he knew the kanji or not.
    - A setting/setting file to reverse the [x] and [o] + analog support would be nice.
    The PSP does have an internal flag for the default [x]/[o] behavior; anybody know how to read it?
    As for analogue input and more exciting graphics:
    It's my first time coding for the PSP, and I don't know how to load graphics, make textures, etc.
    Drawing is currently 100% software and "on demand", so freetype is constantly accessing the memory-stick, and it's very slow. To speed it up, one would need to implement some intelligent texture buffering, but with the PSP's small memory this will be difficult.

    KanjiKingPSP v1.1 -> v1.2 update

  6. #6
    QJ Gamer Green
    Points: 2,521, Level: 30
    Level completed: 48%, Points required for next Level: 79
    Overall activity: 0%

    Join Date
    Mar 2009
    Posts
    48
    QJ Pts
    2,521
    Level
    30
    Downloads
    0
    Uploads
    0

    Default

    Thank you! I tried to get the fonts work with AnyLanguageStudy, but truetype fonts are not supported in Lua Player Euphoria and ttf->pgf conversion program cannot handle multibyte characters.

    If you want to have graphics and you're using OslibMod you could probably use image load command. Check this function: oslLoadImageFilePNG. Analog support would probably work this way:

    keys = oslReadKeys();
    keys->analogX > SOME_VALUE;
    keys->analogY > SOME_VALUE;
    keys->analogX < -SOME_VALUE;
    keys->analogY < -SOME_VALUE;

    It's such a long time I programmed C for PSP so I really don't remember all that well. Just checked this information from source code of PSPEdict.


 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





All times are GMT -8. The time now is 01:36 PM.

Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2013, Caputo Media, LLC. All Rights Reserved. Cluster C2.
Contact Us | Free Flash Games | Ad Blockers Suck! Why?