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

Difference between revisions of "FMyLife"

From WiiBrew
Jump to navigation Jump to search
m (Robot: Cosmetic changes)
Line 4: Line 4:
 
| licence    = GPL
 
| licence    = GPL
 
| author      = [[User:Rosch|Rosch]]
 
| author      = [[User:Rosch|Rosch]]
| version    = 0.2
+
| version    = 0.2.4
 
| download    = http://members.shaw.ca/rosch/wii/FMyLife.zip
 
| download    = http://members.shaw.ca/rosch/wii/FMyLife.zip
 
| source      = http://members.shaw.ca/rosch/wii/FMyLife_source.zip
 
| source      = http://members.shaw.ca/rosch/wii/FMyLife_source.zip
Line 12: Line 12:
 
}}
 
}}
  
FMyLife application!
+
'''FMyLife.com Reader for the Wii Console'''<br />
 +
version 0.2.4
  
Downloads content from FMyLife.com and shows them on your Wii!
+
Programming and Graphics by rosch<br />
 +
Testing by Athenon, Yossi from #WiiHelp on EFNet
 +
----
 +
'''Controls'''
  
Press 1 to view the latest 15 FML's. Press it more times to get the next 15, etc, etc.
+
* Up/Down to select FML type
 +
* A to download FMLs
 +
* -/+ to browse between downloaded FMLs
 +
* Home to exit
 +
----
 +
'''Changelog'''
  
Press A to get a random FML.
+
'''''0.2.4'''''
 +
* Fixed Random FMLs no longer downloading properly
 +
* Applied HTML scraper to Latest FMLs
 +
* Added Top FMLs for selection
 +
* Changed the way FML types are selected
 +
* Downloading of FMLs now multitasked, no longer blocks
  
Press Home to exit.
+
'''Known issues'''
  
Graphics/coding by rosch.
+
* HTML Entities still not supported, you will see &quot, &amp, etc
 +
* May hang on exit, stil can't figure out why
 +
* If connection suddenly dropped, will not reconnect
 +
----
 +
'''Libraries used'''
  
Thanks to Athenon for helping to test at 3AM in the morning.
+
* [[MLlib]]
 
+
* [[FreeTypeGX]]
Major props to [[MLlib]]!!! I used the library for the GUI :)
 
 
 
Also more props to [[FreeTypeGX]] for providing an easy to use Font library!!!
 
 
 
* Application will hang if there are any network problems.
 
 
 
* Also tends to hang at exit sometimes. I can't figure out why.
 
 
 
== FMyLife 0.3 Proposed Features ==
 
* Threaded networking/GUI
 
* All FML categories/types can be retrieved
 
* All new interface
 
* FML comments viewable
 
  
 
[[Category:Homebrew using FreeTypeGX]]
 
[[Category:Homebrew using FreeTypeGX]]
 
[[Category:Homebrew using MLlib]]
 
[[Category:Homebrew using MLlib]]

Revision as of 10:57, 18 March 2010

FMyLife
General
Author(s)Rosch
TypeUtility
Version0.2.4
LicenceGPL
Links
Download
Source
Downloadable via the Homebrew Browser
Peripherals
Wiimote4.svg Nunchuck alternative.svg SensorBar.svg GameCube Controller Loads files from the Front SD slot

FMyLife.com Reader for the Wii Console
version 0.2.4

Programming and Graphics by rosch
Testing by Athenon, Yossi from #WiiHelp on EFNet


Controls

  • Up/Down to select FML type
  • A to download FMLs
  • -/+ to browse between downloaded FMLs
  • Home to exit

Changelog

0.2.4

  • Fixed Random FMLs no longer downloading properly
  • Applied HTML scraper to Latest FMLs
  • Added Top FMLs for selection
  • Changed the way FML types are selected
  • Downloading of FMLs now multitasked, no longer blocks

Known issues

  • HTML Entities still not supported, you will see &quot, &amp, etc
  • May hang on exit, stil can't figure out why
  • If connection suddenly dropped, will not reconnect

Libraries used