Hi, i was looking solution for my problem but i couldn't find it so im writing here.
Im trying to make Map Editor for my 2D game and i would like to use SFML, C++ Visual Studio 2010 and Windows Forms. I've read somewhere that i could just make component based on SFML and just put it on the form and start drawing.
My questions are:
1. Could anyone give me tutorial how to install SFML with .net (i guess i have to do that first before making sfml control in Windows Forms)?
I couldnt find fully tutorial how to do that. Should i just link Visual Studio C++ to SFML 2.2 and then just use SFML.net 2.2 .dll files?
2. After installing/linking correct SFML libraries how to use it in Windows Forms Application(as control that i can put on the form for example)?
Thanks!