diff --git a/index.html b/index.html index e7374535..43fba4df 100644 --- a/index.html +++ b/index.html @@ -77,8 +77,8 @@
If you have a question or want to know how to get started, check our extensive FAQ, or try our tutorials for OpenTK 4 and OpenTK 3.
The OpenTK source code is available on GitHub, and the latest build can be found on Nuget. If you find a bug or defect, please let us know with a GitHub issue.
-OpenTK 3 (.NET framework) is getting incoming PRs merged and released. Feel free to submit a PR! 🙂
+OpenTK 3 (.NET framework) has had it's probably last release and will likely not be updated anymore.
OpenTK 4 (.NET core 3.1+) is considered the "current" version of OpenTK. We try and fix any issues reported. If you have any problems, report them here: https://github.com/opentk/opentk/issues/new
-OpenTK 5 (.NET 5+) is currently under active development. Not considered stable yet. Follow the progress here: https://github.com/opentk/opentk/issues/1207
+OpenTK 5 (.NET 5+) is currently under active development. Not considered stable yet. OpenTK 5 brings a new OpenGL bindings generator, a Vulkan bindings generator and a new alternative windowing system written completely in C#. Follow the progress here: https://github.com/opentk/opentk/issues/1207
Next, we have OnFramebufferResize.
-protected override void OnFramebufferResize(ResizeEventArgs e)
+protected override void OnFramebufferResize(FramebufferResizeEventArgs e)
{
base.OnFramebufferResize(e);