Difference between revisions of "Inkpoly"
Jump to navigation
Jump to search
(v101 update) |
|||
Line 17: | Line 17: | ||
'Home' button exits. '2' takes a screenshot. | 'Home' button exits. '2' takes a screenshot. | ||
+ | |||
+ | I'll put the source up if anyone's interested. | ||
== Media == | == Media == |
Revision as of 16:09, 25 September 2010
Inkpoly | |
General | |
---|---|
Author(s) | Dashxdr |
Type | Screensaver |
Version | 1.01 |
Licence | GPL |
Links | |
Download | |
Peripherals | |
![]() ![]() |
A screensaver for wii homebrew. It's kind of like a spirograph but with overlapping regions that fill with the even/odd fill rule. It makes use of the ftgrays anti-aliasing rendering engine from the FreeType library. It is all done in software, no 3D at all, making use of the 4:2:2 YCrCb bitmapped screenbuffer for the display. It's using cubic bezier curves to define the shape to render.
Based on an xscreensaver hack inkpoly by David Ashley
'Home' button exits. '2' takes a screenshot.
I'll put the source up if anyone's interested.