You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-5
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,22 @@
3
3
[SFML](https://www.sfml-dev.org) is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing,
4
4
graphics, audio and network.
5
5
It is originally written in C++, and this project is its official binding for .Net languages (C#, VB, ...).
6
+
The network module is not provided in the SFML.Net binding as .NET provides superior networking support.
7
+
8
+
## State of Development
9
+
10
+
Development is focused on the next major version in the `master` branch. No more features are planned for the 2.x release series.
11
+
12
+
* The [`master`](https://github.com/SFML/SFML.Net/tree/master) branch contains work in progress for the next major version SFML.Net 3. As such it's considered unstable, but any testing and feedback is highly appreciated.
13
+
* The [`2.6.0`](https://github.com/SFML/SFML.Net/tree/2.6.0) tag is the latest official SFML.Net release and will be the last minor release in the 2.x series.
14
+
* The [`2.6.x`](https://github.com/SFML/SFML.Net/tree/2.6.x) contains the latest bugfix work on SFML.Net 2.6.x, matching CSFML's and SFML's `2.6.x` branches.
0 commit comments