In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "HomeMenu"

From WiiBrew
Jump to navigation Jump to search
m
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Infobox development tools
 
{{Infobox development tools
 
| title      = [[HomeMenu]]
 
| title      = [[HomeMenu]]
| image      = HomeMenu-screenshot.png|180px
+
| image      = [[File:HomeMenu-screenshot.png|180px]]
 
| type        = library
 
| type        = library
 
| license    = None yet
 
| license    = None yet
Line 14: Line 14:
 
It's coming along well but isn't completed yet.  An up-to-date "To Do" list can be found on the [http://code.google.com/p/libhomemenu/ SVN].
 
It's coming along well but isn't completed yet.  An up-to-date "To Do" list can be found on the [http://code.google.com/p/libhomemenu/ SVN].
  
==News==
+
== News ==
 
{{Archive box
 
{{Archive box
|[[/Archive 1]]}}
+
|[[/Archive 1|Archive 1]]}}
'''11 April 2009''' -- I just tested HomeMenu with a fresh extraction of the libwiisprite tarball... it wasn't pretty. I hadn't noticed just how drastic my modifications to lws were. I'll be updating [[HomeMenu]] to work with lws out of the box in a week or so. I'll also implement some more GX related tweaking options so hand rolled graphics solutions can better control [[HomeMenu]]'s behavior.
+
'''11 April 2009''' -- I just tested HomeMenu with a fresh extraction of the libwiisprite tarball... it wasn't pretty. I hadn't noticed just how drastic my modifications to lws were. I'll be updating [[HomeMenu]] to work with lws out of the box in a week or so. I'll also implement some more GX related tweaking options so hand rolled graphics solutions can better control [[HomeMenu]]'s behavior.
  
 
Back to coding in a week,
 
Back to coding in a week,
Line 24: Line 24:
  
  
'''4 April 2009''' -- I'm looking for testers. I've gotten reports of odd behavior on PAL systems, so first and foremost I'm looking for PAL testers. I also need widescreen testers (both PAL and NTSC). If you're interested please leave your contact info on the [[Talk:HomeMenu#Testers|discussion]] page. I'll also put together a version of the menu that will allow you to take screenshots.
+
'''4 April 2009''' -- I'm looking for testers. I've gotten reports of odd behavior on PAL systems, so first and foremost I'm looking for PAL testers. I also need widescreen testers (both PAL and NTSC). If you're interested please leave your contact info on the [[Talk:HomeMenu#Testers|discussion]] page. I'll also put together a version of the menu that will allow you to take screenshots.
  
 
Thanks,
 
Thanks,
Line 33: Line 33:
 
''(For older news please refer to the archives.)''
 
''(For older news please refer to the archives.)''
  
==Installation and usage==
+
== Installation and usage ==
 
See [[HomeMenu|/HomeMenu/]][[/Installation and usage|Installation and usage]].
 
See [[HomeMenu|/HomeMenu/]][[/Installation and usage|Installation and usage]].
  
==Statistics==
+
== Statistics ==
I'd like to have a general idea of how many apps use this library (once released, or even off the svn). If you use it, could you please add <code><nowiki>[[</nowiki>[[:Category:Homebrew using HomeMenu]]<nowiki>]]</nowiki></code> to your application's wiki page? Thanks.
+
I'd like to have a general idea of how many apps use this library (once released, or even off the svn). If you use it, could you please add <code><nowiki>[[</nowiki>[[:Category:Homebrew using HomeMenu]]<nowiki>]]</nowiki></code> to your application's wiki page? Thanks.
  
==Feedback / Support ==
+
== Feedback / Support ==
  
Feedback would be greatly appreciated. You can find me in #wiidev and #wiidevot on EFNet, you can email me at the address listed in the game, or you can use the [[Talk:HomeMenu|discussion]] page.
+
Feedback would be greatly appreciated. You can find me in #wiidev and #wiidevot on EFNet, you can email me at the address listed in the game, or you can use the [[Talk:HomeMenu|discussion]] page.
  
If you'd like to contribute to the project, please contact me and we'll see what can be arranged.<br>
+
If you'd like to contribute to the project, please contact me and we'll see what can be arranged.<br />
If you'd like to contribute to the project but you're not sure in what capacity, please consider the option posted on my [[User:MetaFight#Support_/_Donations|User page]].
+
<!--If you'd like to contribute to the project but you're not sure in what capacity, please consider the option posted on my [[User:MetaFight#Support_/_Donations|User page]].-->
  
==Release log==
+
== Release log ==
 
'''30 March 2009'''
 
'''30 March 2009'''
* Sourcecode released (Google Code SVN).
+
* Source code released (Google Code SVN).
 
* Updated preview (Now with rumble and some sound).
 
* Updated preview (Now with rumble and some sound).
  
Line 54: Line 54:
 
* Not yet complete, but you can get the idea.
 
* Not yet complete, but you can get the idea.
  
==Thanks==
+
== Thanks ==
 
* Thanks go to the folks at [irc://irc.efnet.net/grrlib #grrlib].
 
* Thanks go to the folks at [irc://irc.efnet.net/grrlib #grrlib].
 
* Thanks go to the madness at [irc://irc.efnet.net/wiidevot #wiidevot].
 
* Thanks go to the madness at [irc://irc.efnet.net/wiidevot #wiidevot].
Line 60: Line 60:
 
* Thanks to [[User:drmr|drmr]] for his [[Wii Homebrew Cursors]].
 
* Thanks to [[User:drmr|drmr]] for his [[Wii Homebrew Cursors]].
  
==See Also==
+
== See Also ==
 
* [[:Category:Homebrew using HomeMenu|Homebrew using HomeMenu]]
 
* [[:Category:Homebrew using HomeMenu|Homebrew using HomeMenu]]
  
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 
[[Category:HOME Button Libraries]]
 
[[Category:HOME Button Libraries]]

Latest revision as of 16:06, 16 August 2010

HomeMenu
HomeMenu-screenshot.png
General
Author(s)MetaFight
TypeLibrary
VersionNone yet
Links
Example
Source

HomeMenu is a library written in C which provides a Big-N style Home Menu. It aims to be graphics-library-independent so it can be used regardless of your application's underlying graphics code/library. It also allows you to associate your own functions to events such as when the menu opens, closes, redraws.

It's coming along well but isn't completed yet. An up-to-date "To Do" list can be found on the SVN.

News

11 April 2009 -- I just tested HomeMenu with a fresh extraction of the libwiisprite tarball... it wasn't pretty. I hadn't noticed just how drastic my modifications to lws were. I'll be updating HomeMenu to work with lws out of the box in a week or so. I'll also implement some more GX related tweaking options so hand rolled graphics solutions can better control HomeMenu's behavior.

Back to coding in a week,

MetaFight 06:20, 11 April 2009 (UTC)


4 April 2009 -- I'm looking for testers. I've gotten reports of odd behavior on PAL systems, so first and foremost I'm looking for PAL testers. I also need widescreen testers (both PAL and NTSC). If you're interested please leave your contact info on the discussion page. I'll also put together a version of the menu that will allow you to take screenshots.

Thanks,

MetaFight 19:01, 4 April 2009 (UTC)


(For older news please refer to the archives.)

Installation and usage

See /HomeMenu/Installation and usage.

Statistics

I'd like to have a general idea of how many apps use this library (once released, or even off the svn). If you use it, could you please add [[Category:Homebrew using HomeMenu]] to your application's wiki page? Thanks.

Feedback / Support

Feedback would be greatly appreciated. You can find me in #wiidev and #wiidevot on EFNet, you can email me at the address listed in the game, or you can use the discussion page.

If you'd like to contribute to the project, please contact me and we'll see what can be arranged.

Release log

30 March 2009

  • Source code released (Google Code SVN).
  • Updated preview (Now with rumble and some sound).

22 March 2009, preview

  • Not yet complete, but you can get the idea.

Thanks

See Also