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) |
||
Line 10: | Line 10: | ||
|} | |} | ||
− | == | + | == Homebrew Format (goal)== |
+ | * Standard file extention | ||
+ | :*music | ||
+ | ::midi,wav,mp3 | ||
+ | :*photo | ||
+ | ::bmp,jpeg,png,mpo | ||
+ | :*data | ||
+ | ::xml,csv,ini,conf | ||
+ | :*3D structure | ||
+ | ::3ds,stl | ||
+ | |||
+ | * 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? == | ||
+ | |||
+ | |||
+ | == 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. |
Revision as of 15:11, 13 September 2011
Setting and Log
Directory | Content |
---|---|
/Nintendo 3DS/etc | Setting |
Homebrew Format (goal)
- Standard file extention
- music
- midi,wav,mp3
- photo
- bmp,jpeg,png,mpo
- data
- xml,csv,ini,conf
- 3D structure
- 3ds,stl
- 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?
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.