Skip to content

Commit 100fed6

Browse files
committed
Add info on the state of development to the readme
1 parent 1aa747b commit 100fed6

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@
44
graphics, audio and network.
55
It is originally written in C++, and this project is its official binding for .Net languages (C#, VB, ...).
66

7+
## State of Development
8+
9+
Development is focused on the next major version in the `master` branch. No more features are planned for the 2.x release series.
10+
11+
* 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.
12+
* 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.
13+
* The [`2.6.x`](https://github.com/SFML/SFML.Net/tree/2.6.x) branch will contain the latest bugfix work on SFML.Net 2.6.x, matching CSFMLs and SFMLs `2.6.x` branches.
14+
715
## Authors
816

9-
* Laurent Gomila - main developer ([email protected])
10-
* Zachariah Brown - active maintainer ([email protected])
17+
* Laurent Gomila ([email protected])
18+
* Lukas Dürrenberger ([email protected])
19+
* Marioalexsan ([email protected])
20+
* Zachariah Brown ([email protected])
1121

1222
## Download
1323

@@ -27,16 +37,16 @@ Of course, you can also find the SFML.Net API documentation in the SDK.
2737

2838
## Dependencies
2939

30-
The NuGet package of SFML.Net comes with all dependencies, including native CSFML
40+
The [SFML.Net NuGet package](https://www.nuget.org/packages/SFML.net) comes with all dependencies, including native CSFML
3141
and SFML libraries for most platforms.
3242

3343
For unsupported platforms or non-NuGet sources, you must have a copy of CSFML. CSFML can be compiled [from
3444
source](https://github.com/SFML/CSFML/) or downloaded from [the official release
3545
page](https://www.sfml-dev.org/download/csfml/). Also note that since CSFML depends on
3646
the main SFML project you also need all SFML runtime dependencies.
3747

38-
Another dependency is the OpenTK library. This is required by the examples to run correctly.
39-
It is not required unless you plan on running the example programs that are included.
48+
Some of the example projects also use the OpenTK library to run correctly.
49+
But it is not required for SFML.Net itself.
4050

4151
## Contribute
4252

0 commit comments

Comments
 (0)