Homebrew Format: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Created page with "== Setting and Log == {| class="wikitable" border="1" |- !width="70%" | Directory !width="30%" | Content |- | /Nintendo 3DS/etc | Setting |- |} == 見出し文 =="
 
No edit summary
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 16: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
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.