myrup/SFML.Net
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
SFML.Net - Simple and Fast Multimedia Library for .Net ====================================================== SFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing, graphics, audio and network. It is originally written in C++, and this project is its official binding for .Net languages (C#, VB, ...). Authors ------- Laurent Gomila - main developer (laurent.gom@gmail.com) Download -------- You can get the latest official release on SFML website (http://www.sfml-dev.org/download/sfml.net). You can also get the current development version from the git repository (https://github.com/LaurentGomila/SFML.Net). Learn ----- There is no tutorial for SFML.Net, but since it's a binding you can use the C++ resources: * The official tutorials (http://www.sfml-dev.org/resources.php#tutorials) * The online API documentation (http://www.sfml-dev.org/resources.php#documentation) * The community wiki (https://github.com/LaurentGomila/SFML/wiki/) * The community forum (http://en.sfml-dev.org/forums/) (or http://fr.sfml-dev.org/forums/ for french people) Of course, you can also find the SFML.Net API documentation in the SDK. Contribute ---------- SFML and SFML.Net are open-source projects, and they need your help to go on growing and improving. Don't hesitate to post suggestions or bug reports on the forum (http://en.sfml-dev.org/forums/), submit patches by e-mail, or post new bugs/features requests on the task tracker (https://github.com/LaurentGomila/SFML.Net/issues/). You can even fork the project on github, maintain your own version and send us pull requests periodically to merge your work.