Sfortune Posted November 29, 2015 Share Posted November 29, 2015 Ive found this very useful for 2d games. Its not for beginners but what do I know. The C++ documentation will help you get started. SFML.NET SFML.Net is the official binding of SFML for the .Net language family (C#, VB.Net, C++/CLI, etc.). It is built on top of the C binding, CSFML, to ensure maximum compatibility across platforms (i.e. it works with Mono). The API of SFML.Net is close to the C++ one, but in the .Net style: naming conventions are different, event handling uses native event support, etc. So don't hesitate to have a look at the API documentation and at the provided examples, before posting questions on the forum. Since the SFML.Net API is similar to SFML, there's no tutorial for it; but you can follow the C++ tutorials available on this website, and adapt them to your preferred .Net language very easily. The API documentation, generated from the source code, is available and included in the downloadable packages below. Download: http://www.sfml-dev.org/files/SFML.Net-2.2-32-bit.zip Website: http://www.sfml-dev.org/download/sfml.net/ Link to comment Share on other sites More sharing options...
jcsnider Posted November 30, 2015 Share Posted November 30, 2015 This is what we use in Orion and Intersect, wonderful library. Link to comment Share on other sites More sharing options...
Kibbelz Posted November 30, 2015 Share Posted November 30, 2015 I second this Link to comment Share on other sites More sharing options...
Rob Janes Posted November 30, 2015 Share Posted November 30, 2015 jc was the one to introduce me to this SFML a couple of years ago and it's great!Β Documentation goes a long way too, you might say it's not for beginners but it is very easy to pick up and understand to a fairly novice programmer. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now