Hi
I would like to know if it's possible to create a 2D software with construct, like photoshop elements, or a painter lite (not with all of the fonctionnality).
Yes, you can. I've made one myself. You'll want to use the canvas and image manipulator.
So, I'm looking for informations on creating a 2D painting software with Construct (tutorials, examples...) :
- dis there a general tutorial on how creating graphic application with construct ?
None that I know of.
- it is possible to create a sort of "windows" menu, at the top of the application (file/edit/iamge/view..) ? I have tried to add a "menu" but it doesn't work.
You have to make your own, such as with sprites or text objects.
- for painting, we have to use the canvas ? Is there some informations about the utilisation of the canvas (blend mode, draw a sprite on the canvas..), because the page for the canvas on the wiki is empty ?
The way I did it is by pasting the brush sprite to the canvas.
- it is possible to create some windows pop up for options (like brush parameters, or adjustement layer...) ?
Yep, but again, you have to make it yourself.
I'm looking for informations about sprites and canvas transformations too :
- sprites : size, scaleX/Y, rotations, opacity...
- canvas : opacity, transformations (resize, stretche..), cut/copy/paste, save..
That info can be found in the wiki, on this page in the 'common' section: http://sourceforge.net/apps/mediawiki/c ... ite_Object
One thing to watch out for is the image manipulator returns an incorrect value when retrieving the y position of a pixel. It's both upside-down and misaligned.