Difference between revisions of "Inkpoly"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
Based on an xscreensaver hack [http://www.linuxmotors.com/inkpoly inkpoly] by David Ashley | Based on an xscreensaver hack [http://www.linuxmotors.com/inkpoly inkpoly] by David Ashley | ||
− | |||
− | |||
I'll put the source up if anyone's interested. | I'll put the source up if anyone's interested. | ||
+ | == Controls == | ||
+ | {| class="wikitable" style="left;text-align:center;" | ||
+ | |- | ||
+ | ! {{Wiimote}} || Action | ||
+ | |- | ||
+ | | {{Wiimote2Button}} || Capture screen to sd:/inkpoly_grab.ppm | ||
+ | |- | ||
+ | | {{WiimoteHomeButton}} || Return to loader | ||
+ | |- | ||
+ | |} | ||
== Media == | == Media == | ||
Revision as of 23:58, 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
I'll put the source up if anyone's interested.
Controls
![]() |
Action |
---|---|
![]() |
Capture screen to sd:/inkpoly_grab.ppm |
![]() |
Return to loader |