Skip to content

Commit

Permalink
Updated project status.
Browse files Browse the repository at this point in the history
  • Loading branch information
NogginBops committed Jul 10, 2024
1 parent 2f62337 commit 161f305
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ <h3 id="current-status">Current Status</h3>
<li><strong>OpenTK 4.x</strong> is the current, stable version. It targets .NET Core 3.x and .NET 5+.
<ul>
<li><a href="https://www.nuget.org/packages/OpenTK/">OpenTK 4.x</a> <a href="https://www.nuget.org/packages/OpenTK/"><img src="https://img.shields.io/nuget/v/OpenTK.svg" alt="NuGet"></a> <a href="https://www.nuget.org/packages/OpenTK/"><img src="https://img.shields.io/nuget/dt/OpenTK.svg" alt="NuGet"></a></li>
<li><a href="https://www.nuget.org/packages/OpenTK.GLWpfControl/">OpenTK 4.x GLWpfControl</a> (beta WPF control)</li>
<li><a href="https://www.nuget.org/packages/OpenTK.WinForms">OpenTK 4.x GLControl</a> (beta WinForms control)</li>
<li><a href="https://www.nuget.org/packages/OpenTK.GLWpfControl/">OpenTK 4.x GLWpfControl</a> (WPF control)</li>
<li><a href="https://www.nuget.org/packages/OpenTK.WinForms">OpenTK 4.x GLControl</a> (WinForms control)</li>
</ul>
</li>
<li><strong>OpenTK 3.x</strong> is the legacy version. It targets .NET Framework 4.x.
Expand All @@ -87,15 +87,20 @@ <h3 id="current-status">Current Status</h3>
<li><a href="https://www.nuget.org/packages/OpenTK.GLControl/">OpenTK GLControl 3.x</a> <a href="https://www.nuget.org/packages/OpenTK.GLControl/"><img src="https://img.shields.io/nuget/v/OpenTK.GLControl.svg" alt="NuGet"></a> <a href="https://www.nuget.org/packages/OpenTK.GLControl/"><img src="https://img.shields.io/nuget/dt/OpenTK.GLControl.svg" alt="NuGet"></a></li>
</ul>
</li>
<li>OpenTK 5.0, the next major revision of OpenTK, <a href="https://github.com/opentk/opentk/issues/1207">is in development</a> and is hopefully be released later in 2023. We would welcome any <a href="https://github.com/opentk/opentk/">contributions</a>!</li>
<li><strong>OpenTK 5.x</strong> 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 <a href="https://github.com/opentk/opentk/">contributions</a>!
<ul>
<li><a href="https://www.nuget.org/packages/OpenTK/5.0.0-pre.10">OpenTK 5.x</a> (preview package)</li>
<li><a href="https://nogginbops.github.io/opentk.net/">OpenTK 5.x documentation</a> (preview containing PAL2 tutorials)</li>
</ul>
</li>
</ul>
<h3 id="help-and-support">Help and Support</h3>
<p>If you have a question or want to know how to get started, check our extensive <a href="faq.html">FAQ</a>, or try our tutorials for <a href="learn/index.html">OpenTK 4 and OpenTK 3</a>.</p>
<p>The OpenTK source code is available <a href="https://github.com/opentk">on GitHub</a>, and the latest build can be found <a href="https://www.nuget.org/packages/OpenTK/">on Nuget</a>. If you find a bug or defect, please let us know with a <a href="https://github.com/opentk/opentk/issues">GitHub issue</a>.</p>
<h3 id="project-status-2023-04-11">Project status (2023-04-11)</h3>
<p>OpenTK 3 (.NET framework) is getting incoming PRs merged and released. Feel free to submit a PR! 🙂</p>
<h3 id="project-status-2024-07-10">Project status (2024-07-10)</h3>
<p>OpenTK 3 (.NET framework) has had it's probably last release and will likely not be updated anymore.</p>
<p>OpenTK 4 (.NET core 3.1+) is considered the &quot;current&quot; version of OpenTK. We try and fix any issues reported. If you have any problems, report them here: <a href="https://github.com/opentk/opentk/issues/new">https://github.com/opentk/opentk/issues/new</a></p>
<p>OpenTK 5 (.NET 5+) is currently under active development. Not considered stable yet. Follow the progress here: <a href="https://github.com/opentk/opentk/issues/1207">https://github.com/opentk/opentk/issues/1207</a></p>
<p>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: <a href="https://github.com/opentk/opentk/issues/1207">https://github.com/opentk/opentk/issues/1207</a></p>
<h3 id="nuget">NuGet</h3>
<p><a href="https://www.nuget.org/packages/OpenTK/">OpenTK</a> <a href="https://www.nuget.org/packages/OpenTK/"><img src="https://img.shields.io/nuget/v/OpenTK.svg" alt="NuGet"></a> <a href="https://www.nuget.org/packages/OpenTK/"><img src="https://img.shields.io/nuget/dt/OpenTK.svg" alt="NuGet"></a></p>
<p><a href="https://www.nuget.org/packages/OpenTK.GLControl/">OpenTK.GLControl</a> <a href="https://www.nuget.org/packages/OpenTK.GLControl/"><img src="https://img.shields.io/nuget/v/OpenTK.GLControl.svg" alt="NuGet"></a> <a href="https://www.nuget.org/packages/OpenTK.GLControl/"><img src="https://img.shields.io/nuget/dt/OpenTK.GLControl.svg" alt="NuGet"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion learn/chapter1/2-hello-triangle.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h2 id="some-new-functions">Some new functions</h2>
<section id="tabpanel_bHGHmlrG6S-2_resize-opentk4" role="tabpanel" data-tab="resize-opentk4">

<p>Next, we have OnFramebufferResize.</p>
<pre><code class="lang-cs">protected override void OnFramebufferResize(ResizeEventArgs e)
<pre><code class="lang-cs">protected override void OnFramebufferResize(FramebufferResizeEventArgs e)
{
base.OnFramebufferResize(e);

Expand Down

0 comments on commit 161f305

Please sign in to comment.