Difference between revisions of "Homebrew Format"
Jump to navigation
Jump to search
Matyapiro31 (talk | contribs) (Created page with "== Setting and Log == {| class="wikitable" border="1" |- !width="70%" | Directory !width="30%" | Content |- | /Nintendo 3DS/etc | Setting |- |} == 見出し文 ==") |
Matyapiro31 (talk | contribs) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == Where do we save data,log,setting,etc? == |
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
− | !width=" | + | !width="90px" | Directory |
− | !width=" | + | !width="60px" | Content |
|- | |- | ||
| /Nintendo 3DS/etc | | /Nintendo 3DS/etc | ||
| Setting | | Setting | ||
+ | |- | ||
+ | | /Music | ||
+ | | music and Lyrics | ||
|- | |- | ||
|} | |} | ||
− | == | + | == Homebrew Format (goal)== |
+ | * Standard file extention | ||
+ | :*music | ||
+ | ::midi,wav,mp3 | ||
+ | :*photo | ||
+ | ::bmp,jpeg,png,mpo | ||
+ | :*data | ||
+ | ::elf,xml,csv,ini,conf | ||
+ | :*3D structure | ||
+ | ::3ds,stl,[http://www.web3d.org/x3d/ x3d] | ||
+ | |||
+ | * Standard GUI system | ||
+ | :[[Homebrew GUI|XML]] | ||
+ | |||
+ | * Standard Libraries | ||
+ | :*Face capture | ||
+ | ::OpenCV | ||
+ | :*Voice recognition | ||
+ | ::? | ||
+ | :*3D CG | ||
+ | ::lib3ds,OpenGL | ||
+ | :*Music | ||
+ | :: | ||
+ | :*Photo | ||
+ | ::libjpeg,libpng,zlib | ||
+ | |||
+ | == Which soft-wares are the best to create contents? == | ||
+ | |||
+ | *'''3D model content:''' | ||
+ | :http://www.blender.org/ | ||
+ | |||
+ | |||
+ | == Multiple Languages Support == | ||
+ | |||
+ | We would like to encourage UTF-8 as text font and encoding type. | ||
+ | |||
+ | Developers would be required to allow for multi-language support. |
Latest revision as of 14:11, 14 September 2011
Where do we save data,log,setting,etc?[edit]
Directory | Content |
---|---|
/Nintendo 3DS/etc | Setting |
/Music | music and Lyrics |
Homebrew Format (goal)[edit]
- Standard file extention
- music
- midi,wav,mp3
- photo
- bmp,jpeg,png,mpo
- data
- elf,xml,csv,ini,conf
- 3D structure
- 3ds,stl,x3d
- Standard GUI system
- Standard Libraries
- Face capture
- OpenCV
- Voice recognition
- ?
- 3D CG
- lib3ds,OpenGL
- Music
- Photo
- libjpeg,libpng,zlib
Which soft-wares are the best to create contents?[edit]
- 3D model content:
Multiple Languages Support[edit]
We would like to encourage UTF-8 as text font and encoding type.
Developers would be required to allow for multi-language support.