Hi
.
I decided (for no disernible reason
) to make a simple multimedia application, SFML looks like the tool I need but i need some help because i have never work with GUI (I'm a java programmer for web apps). I know it sounds like the classic noob waiting his problems solved by someone else, but I have NO idea for where start. I decided to use wxWidgets and complete some tutorials even compiled the Wiki example to integrate SFML and wxWidgets and I'm stucked
I don't know what to do next, I googled, and searched in this forum I just need a little help to know where to start. Thanks
What I want is to make a simple program that open a bitmap file choosen by the user (File Dialog) and the user would be able to drag the image to any position.
Should I load and draw the image in a SFML canvas?
How i can make a "working area" of variable size on the fly?
Thanks in advance.
P.D. I'm not a native speaker so I'm sorry if I'm dificult to understand.