Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Auto-DAC Automotive Media Player

by cosimo (Hermit)
on Nov 28, 2006 at 10:20 UTC ( [id://586434]=note: print w/replies, xml ) Need Help??


in reply to Auto-DAC Automotive Media Player

These days, I was thinking to stick a cool thing like that in my house, with a 7" touch screen. Please post your code! Perl + SDL: Cool!

Replies are listed 'Best First'.
Re^2: Auto-DAC Automotive Media Player
by shotgunefx (Parson) on Nov 28, 2006 at 14:55 UTC
    Thanks, Once I get some time to clean it up, at least, most of it will be released. Right now I'm working on several issues, the main being SDL::TTFont->width() leaks like a sieve. I've worked around it be measuring the width of every character for each font/size combo and saving it in a hash, not pretty, but it works til I figure out the real source, the perl XS side or the SDL side.

    The application loop is pretty simple. Each button is loading into a hash of widgets, the name of the button matches the name attribute in the skin. Each button has subs that are called by the event handler. MOUSE_DOWN, MOUSE_UP, WHILE_PRESSED, OFF_RELEASE, DRAW_HANDLER

    All buttons that are active have more than one frame (animated Gifs, but could be a series of BMPs with some tweaking of the skin code), the value of the widget is an index into the frames.

    Currently, widgets can't overlap and seeing this is designed mainly for a touchscreen interface, I don't see a need for that to change. Though I'll probably add the concept of layers so I can pop an onscreen keyboard on there.

    -Lee
    "To be civilized is to deny one's nature."

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://586434]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 05:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found