diff --git a/index.html b/index.html index e7374535..43fba4df 100644 --- a/index.html +++ b/index.html @@ -77,8 +77,8 @@

Current Status

  • OpenTK 4.x is the current, stable version. It targets .NET Core 3.x and .NET 5+.
  • OpenTK 3.x is the legacy version. It targets .NET Framework 4.x. @@ -87,15 +87,20 @@

    Current Status

  • OpenTK GLControl 3.x NuGet NuGet
  • -
  • OpenTK 5.0, the next major revision of OpenTK, is in development and is hopefully be released later in 2023. We would welcome any contributions!
  • +
  • OpenTK 5.x is the next version of OpenTK. It brings a new OpenGL bindings generator, Vulkan bindings and a new alternative windowing API written completely in C# (called PAL2). We welcome any contributions! + +
  • Help and Support

    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.

    -

    Project status (2023-04-11)

    -

    OpenTK 3 (.NET framework) is getting incoming PRs merged and released. Feel free to submit a PR! 🙂

    +

    Project status (2024-07-10)

    +

    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

    NuGet

    OpenTK NuGet NuGet

    OpenTK.GLControl NuGet NuGet

    diff --git a/learn/chapter1/2-hello-triangle.html b/learn/chapter1/2-hello-triangle.html index f233e206..95ab553f 100644 --- a/learn/chapter1/2-hello-triangle.html +++ b/learn/chapter1/2-hello-triangle.html @@ -185,7 +185,7 @@

    Some new functions

    Next, we have OnFramebufferResize.

    -
    protected override void OnFramebufferResize(ResizeEventArgs e)
    +
    protected override void OnFramebufferResize(FramebufferResizeEventArgs e)
     {
         base.OnFramebufferResize(e);