Psp Kanji 1st Release

General, off-topic discussion about things of interest to the members of these forums.

Moderator: cheriff

Post Reply
Aion
Posts: 40
Joined: Mon Jul 24, 2006 10:58 pm
Location: Montreal

Psp Kanji 1st Release

Post by Aion »

Hi, I've been spending over a month or 2 on a Kanji learning program that I've been thinking about ever since my Gba homebrew days. I thought I'd release the first iteration of it and get some feedbacks.

Image
Image
Image
Image

Here's the readme :
===================================
Psp Kanji
===================================
Author : Sammy Fatnassi
eMail : [email protected]
Date : 23 July 2006


===================================
Description
===================================
I've been wanting to create a kanji learning tool for the
longuest time, so I finally started on it. This version will
allow you to browse Kanjis splitted in the different japanese
grade associated with them. Future release will actually include
quiz, learnings tools, etc... The source code will eventually be
public, once I'm satisfied with it :) Any comments is welcomed.

===================================
History
===================================
--- New Version 0.1 ---
-Prototype version, got some nicely animated
windows, displaying kanjis infos.
-Mostly worked on the ground work.


===================================
To do
===================================
-Add different quiz mode
-Add ability let user create their own kanji list for quiz
-Add support for french.
-Work on GUI
-Add shadow to fonts

===================================
Thanks
===================================
-The fantastic Kanjis compilation Kanjidic compiled by Jim Breen
(ftp://ftp.monash.edu.au/pub/nihongo/index.html)
-File Assistant Team
I got inspired to start on my project after playing around with
that nice piece of software. The slick interface got me thinking.

http://dl.qj.net/index.php?pg=12&fid=9024
froobly
Posts: 1
Joined: Tue Aug 29, 2006 5:19 pm

Post by froobly »

This looks like a first step to what I'm trying to do. I'm eventually hoping to make a kanji flash cards program, but in the meantime, I want to make a library for simple Japanese input.

So my question is, what are you using to display your kanji and kana on the screen? I see the .fnt files in the data folder, so I was wondering if you have a library function that your using to read them, or if you wrote your own. Since this is one of the things that's holding me up right now, I'd really love to see some source code for this.
Aion
Posts: 40
Joined: Mon Jul 24, 2006 10:58 pm
Location: Montreal

Post by Aion »

I built my own blitting code and load unix bdf files for the font.

An alternative I'm contemplating is to use the library FreeType that I discovered after I wrote my code :)

Using a simple texture blitting (having the whole font in a texture, and render a polygon per letter wouldn't, work in this case, since there's just too many kanjis to fit in a 512x512 texture, or hower needed.

My project is now on sourceforge : http://pspkanji.sf.net
User avatar
Timale-Kun
Posts: 13
Joined: Sat Jan 14, 2006 8:38 pm
Location: Paris
Contact:

Post by Timale-Kun »

Even of i use it everyday, im so disappointed that there's no update...
Image
Aion
Posts: 40
Joined: Mon Jul 24, 2006 10:58 pm
Location: Montreal

Post by Aion »

I'm working on it.

Just hard to find time with full time job / girlfriend / Xenosaga III / Okami / Final Fantasy XII :)

I might have something out by the end of the month.
Post Reply