Bruno schrieb:

>Hi,
>
>I want to write a Jigsaw Puzzle game using evas.
>
>For building the puzzle it should work similarly to xjig, creating the 
>individual pieces out of a source image.
>
>Each single puzzle piece should be manipulatable independently (move, rotate) 
>and react to user (e.g. animated border on hover/active). The game should be 
>usable with keyboard and/or mouse.
>  
>
As far as I know it is not possible to rotate objects in Evas (yet?).

>I'm expecting to define the piece shape with splines. (the content should be 
>taken from the source image on the fly, so recombining pieces is just a 
>matter of merging the individual pieces shapes to a larger one)
>  
>
At the moment Evas supports only clipping to rectangles.

>Is this all possible, if yes, are there some tips for starting?
>  
>
Perhaps you can use imlib2 to manipulate the image pieces and import and
control them via Evas. But I don't know if this is possible and how to do.

>Thanks,
>Bruno
>
>
>
>-------------------------------------------------------
>SF.Net email is Sponsored by the Better Software Conference & EXPO
>September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
>Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
>_______________________________________________
>enlightenment-devel mailing list
>enlightenment-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>  
>



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to