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

LibCanvas: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
←Replaced content with 'https://www.starbucks.com/menu/drinks/espresso/pumpkin-spice-latte?foodZone=9999'
Tag: Replaced
Jasjar (talk | contribs)
m Undo revision 106173 by WiiHome2000 (talk)
Tag: Undo
 
Line 1: Line 1:
https://www.starbucks.com/menu/drinks/espresso/pumpkin-spice-latte?foodZone=9999
{{lowercase title}}
{{Infobox development tools
| title      = libCanvas
| image      =
| type        = library
| author      = [[User:henke37|henke37]]
| maintainer  =
| contributor =
| portedby    =
| version    =
| licence    =
| download    =
| website    =
| discussion  =
| source      =
}}
'''''libCanvas''''' is an extension to [[Libwiisprite|WiiSprite]] done by {{u|henke37}} to allow normal drawing operations on an Image. Yup, it's [[:Category:Homebrew done in C++|C++]], just like wiisprite itself.
 
It currently only provides line drawing and floodfill, since the author can't figure out a good circle/elips drawing algorithm. If you think you can help with that, contact him on IRC.
 
You used to be able to download it from the SVN repo directly, which was; svn://henke37.c(remove)jb.net/canvas/
 
[[Category:Homebrew done in C++|canvas]]
[[Category:Libraries|canvas]]

Latest revision as of 13:42, 5 December 2018

libCanvas
General
Author(s)henke37
TypeLibrary

libCanvas is an extension to WiiSprite done by henke37 to allow normal drawing operations on an Image. Yup, it's C++, just like wiisprite itself.

It currently only provides line drawing and floodfill, since the author can't figure out a good circle/elips drawing algorithm. If you think you can help with that, contact him on IRC.

You used to be able to download it from the SVN repo directly, which was; svn://henke37.c(remove)jb.net/canvas/