BibleDS
From KBase
Contents |
[edit] Introduction
[edit] Hidden
This page is not publicly open. It will be released after the first release of the BibleDS binary.
[edit] Developers
- Me: Kim, Ki-Yong (http://www.scgyong.net/)
- Harry: Hariyanto Lim (http://alkitab.otak.info)
[edit] History
Harianto is a friend of mine in this company. He is an Indonesian developer and also a marketing guy. He is a christian and did things about the Bible, like online bible and Bible for WIPI.
One day he bought a NDSL and started to be interested in the development of NDS homebrew application, and decided to develop this BibleDS. But he didn't know much about the NDS homebrew. He asked me if I would help him develop the BibleDS. Though I'm not a christian I think it'd be happy if my program is used usefully. I agreed, thus this projust began.
Harry has an exprience of making WIPI version of Bible, and I have a NDS Homebrew Application Framework. I hope we could make a beautiful program.
[edit] Development Phases
- Phase 1
- We're not using the external file. This means we're not considering any file APIs like libFAT or DLDI. This is because the file access in the NDS homebrew area is not standardized. (Though DLDI is a candidate)
- We're not using the decompression. The maximum size of a homebrew application is 4MB, and we're not able to hold the whole bible text. We're omitting some BOOKs.
- We're not prividing any good graphical design. Graphics designer is not considered to join the team. But we're considering HCI (Human-Computer Interface) part. We'll try to make a program that is easy and convenient.
- Phase 2
- IME will be implemented, thus Search is available.
- Decompression library is attatched. Whole BOOKs are included.
- Language selection is not included. Each language version will be built separately.
- Phase 3
- File access is included. Application will be smaller and several language versions will be supported.
- Graphical designer will join and enhance some images and colors.
[edit] Library
NDS Homebrew Application Framework is an application framework that I made to develop many NDS homebrew application. It doesn't have many features yet, It's being improvedj.
[edit] Objectives
[edit] Sketches
[edit] Test Codes
- Media:HanjaDS_080528.zip
- Test codes of ListBox is added to the current HanjaDS project


