<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.opentk.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>OpenTK - Home of the Open Toolkit library</title>
 <link>http://www.opentk.com/news</link>
 <description>News list.</description>
 <language>en</language>
<item>
 <title>The Open Toolkit library 0.9.9-3</title>
 <link>http://www.opentk.com/news/opentk-0.9.9-3-released-with-numerous-bugfixes-and-opengl-3.2-improvements</link>
 <description>&lt;div style=&quot;padding: 2em; margin: 1em; background-color: #448; float: right; text-align: center; font-size: 1.2em; font-weight: bold;&quot;&gt;
&lt;a href=&quot;https://sourceforge.net/projects/opentk/files/opentk/opentk-0.9.9-3.zip/download&quot; style=&quot;color: white; text-decoration: underline;&quot;&gt;Download OpenTK 0.9.9-3&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;/p&gt;

&lt;p&gt;OpenTK 0.9.9-3 is the fourth work-in-progress snapshot of the 0.9.9 series that will lead to our first stable release.&lt;/p&gt;
&lt;p&gt; 0.9.9-3 resolves a large number of issues in the OpenGL and OpenCL bindings, the NativeWindow and the GLControl classes, as well as the math library.&lt;/p&gt;
&lt;p&gt;Users of previous OpenTK versions are encouraged to upgrade. Please read &lt;a href=&quot;/node/1263&quot;&gt;the release notes&lt;/a&gt; for upgrade instructions.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.opentk.com/news/opentk-0.9.9-3-released-with-numerous-bugfixes-and-opengl-3.2-improvements&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.opentk.com/news/opentk-0.9.9-3-released-with-numerous-bugfixes-and-opengl-3.2-improvements#comments</comments>
 <pubDate>Wed, 21 Oct 2009 09:54:15 -0500</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">1264 at http://www.opentk.com</guid>
</item>
<item>
 <title>The Open Toolkit library 1.0 rc1</title>
 <link>http://www.opentk.com/news/opentk-1.0-rc1-released-with-windows-installer</link>
 <description>&lt;p&gt;With the almost 4-year long development cycle drawing to an end, OpenTK 1.0 rc-1 is released. This is a release candidate, which means the code is considered production-ready.&lt;/p&gt;
&lt;p&gt;Notable changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://nsis.sourceforge.net/Main_Page&quot;&gt;NSIS&lt;/a&gt;-based installer for Windows. OpenTK is automatically added to the &quot;Add References&quot; dialog - no need to hunt for the dlls manually anymore.&lt;/li&gt;
&lt;li&gt;New targets for Build.exe: lib (build library), nsis (build installer), all (build everything!) Runtime for a complete build: 26 minutes 7 seconds on a 1.8GHz Core 2 and a 80GB X25-M Intel SSD.&lt;/li&gt;
&lt;li&gt;Various improvements to behavior on Windows and (especially) Linux. Multithreaded rendering now works as expected.&lt;/li&gt;
&lt;li&gt;Minor documentation fixes.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Depending on user feedback, a new release candidate may or may not be published in the following days. &lt;/p&gt;
&lt;p&gt;Work will now focus on documentation and packaging. If you are interested in helping out, here are some things that would &lt;i&gt;really&lt;/i&gt; help:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Test and provide feedback on the new windows installer.&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;project-issue-status-1&quot;&gt;&lt;a href=&quot;/node/1404&quot; title=&quot;open&quot;&gt;#1404: [OpenTK] Create project templates for Visual Studio and MonoDevelop (help wanted)&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;project-issue-status-1&quot;&gt;&lt;a href=&quot;/node/1406&quot; title=&quot;open&quot;&gt;#1406: [OpenTK] Create DEB packages for Debian/Ubuntu and derivatives (help wanted)&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;project-issue-status-1&quot;&gt;&lt;a href=&quot;/node/1407&quot; title=&quot;open&quot;&gt;#1407: [OpenTK] Create RPM packages for Fedora/openSUSE and derivatives (help wanted)&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://www.opentk.com/news/opentk-1.0-rc1-released-with-windows-installer&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.opentk.com/news/opentk-1.0-rc1-released-with-windows-installer#comments</comments>
 <pubDate>Wed, 24 Mar 2010 11:26:26 -0500</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">1671 at http://www.opentk.com</guid>
</item>
<item>
 <title>OpenGL 3.3 and 4.0 released</title>
 <link>http://www.opentk.com/news/khronos-announces-opengl-4.0-and-3.3</link>
 <description>&lt;p&gt;Khronos has just announced the release of the OpenGL 3.3 and OpenGL 4.0 specifications. New features include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improved interoperability with OpenCL&lt;/li&gt;
&lt;li&gt;Tessellation shaders&lt;/li&gt;
&lt;li&gt;More flexible fragment shaders&lt;/li&gt;
&lt;li&gt;Shader subroutines&lt;/li&gt;
&lt;li&gt;64bit precision data types&lt;/li&gt;
&lt;li&gt;sampler objects (finally!)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;OpenGL 4.0 presumably requires DX11-level hardware, while OpenGL 3.3 will remain compatible with DX10-level GPUs.&lt;/p&gt;
&lt;p&gt;OpenGL 3.3 and 4.0 support will land in OpenTK 1.1.&lt;/p&gt;
&lt;p&gt;Official announcement: &lt;a href=&quot;http://www.opengl.org/news/permalink/khronos-unleashes-cutting-edge-cross-platform-graphics-acceleration-with-op/&quot;&gt;opengl.org&lt;/a&gt;.&lt;/p&gt;
</description>
 <comments>http://www.opentk.com/news/khronos-announces-opengl-4.0-and-3.3#comments</comments>
 <pubDate>Thu, 11 Mar 2010 08:25:59 -0600</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">1627 at http://www.opentk.com</guid>
</item>
<item>
 <title>The Open Toolkit library 1.0 beta-3</title>
 <link>http://www.opentk.com/news/opentk-1.0-beta-3-released-with-improved-multithreading-and-documentation</link>
 <description>&lt;p&gt;The third beta release for OpenTK 1.0 is now &lt;a href=&quot;/files/opentk-1.0-beta-3.html&quot;&gt;available for download&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Feature highlights:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improves GameWindow stability on all platforms.&lt;/li&gt;
&lt;li&gt;Improves support for multithreaded rendering and adds a new multithreading sample.&lt;/li&gt;
&lt;li&gt;Fixes a number of issues affecting mouse and keyboard input.&lt;/li&gt;
&lt;li&gt;Fixes a number of minor issues affecting the OpenGL bindings.&lt;/li&gt;
&lt;li&gt;Adds hardcopy (PDF) versions of the manual and function reference.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Users previous release are &lt;i&gt;strongly&lt;/i&gt; encouraged to upgrade.&lt;/p&gt;
&lt;p&gt;OpenTK 1.0 beta-3 is considered feature complete. Help us make a great final release by &lt;a href=&quot;http://www.opentk.com/node/add/project-issue/opentk&quot;&gt;reporting&lt;/a&gt; all issues you encounter!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;/files/opentk-1.0-beta-3.html&quot;&gt;Download from Sourceforge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/node/1615&quot;&gt;Read complete release notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sourceforge.net/projects/opentk/files/opentk/beta-3/Changelog.txt/download&quot;&gt;Read changelog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://www.opentk.com/news/opentk-1.0-beta-3-released-with-improved-multithreading-and-documentation#comments</comments>
 <pubDate>Tue, 09 Mar 2010 08:28:29 -0600</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">1616 at http://www.opentk.com</guid>
</item>
<item>
 <title>Function reference now available online</title>
 <link>http://www.opentk.com/news/opentk-function-reference-now-available-online</link>
 <description>&lt;p&gt;The &lt;a href=&quot;/files/doc/annotated.html&quot;&gt;new function reference for OpenTK&lt;/a&gt; is now available online. It includes documentation and class diagrams for all public OpenTK 1.0 members, as well as the various native APIs (OpenGL, OpenGL ES, OpenAL). The reference will also be available offline in PDF format.&lt;/p&gt;
&lt;p&gt;Many thanks to the &lt;a href=&quot;http://www.stack.nl/~dimitri/doxygen/index.html&quot;&gt;doxygen team&lt;/a&gt; for creating such a useful tool!&lt;/p&gt;
</description>
 <comments>http://www.opentk.com/news/opentk-function-reference-now-available-online#comments</comments>
 <pubDate>Sat, 26 Dec 2009 04:55:50 -0600</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">1480 at http://www.opentk.com</guid>
</item>
<item>
 <title>The Open Toolkit library 1.0 beta-2</title>
 <link>http://www.opentk.com/news/opentk-1.0-beta-2-released-with-mac-osx-bsd-and-solaris-support</link>
 <description>&lt;p&gt;The second beta release for OpenTK 1.0 is now &lt;a href=&quot;/files/opentk-1.0-beta-2.html&quot;&gt;available for download&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Feature highlights:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improves support for Mac OS X.&lt;/li&gt;
&lt;li&gt;Adds support for *BSD and Solaris systems (experimental).&lt;/li&gt;
&lt;li&gt;Resolves all issues identified in beta-1.&lt;/li&gt;
&lt;li&gt;Resolves all known issues in the OpenGL 3.1 and 3.2 bindings.&lt;/li&gt;
&lt;li&gt;Completely disables CL10, ES10 and ES11 to reduce download size. These features will be reintroduced in trunk builds.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Users of beta-1 and previous versions are &lt;i&gt;strongly&lt;/i&gt; encouraged to upgrade.&lt;/p&gt;
&lt;p&gt;OpenTK 1.0 beta-2 is considered feature complete. Help us make a great 1.0 final release by &lt;a href=&quot;http://www.opentk.com/node/add/project-issue/opentk&quot;&gt;reporting&lt;/a&gt; all issues you encounter!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;/files/opentk-1.0-beta-2.html&quot;&gt;Download from Sourceforge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/node/1387&quot;&gt;Read complete release notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sourceforge.net/projects/opentk/files/opentk/opentk-1.0-beta-2/Changelog.txt/download&quot;&gt;Download changelog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://www.opentk.com/news/opentk-1.0-beta-2-released-with-mac-osx-bsd-and-solaris-support#comments</comments>
 <pubDate>Tue, 17 Nov 2009 09:30:08 -0600</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">1388 at http://www.opentk.com</guid>
</item>
<item>
 <title>The Open Toolkit library 1.0 beta-1</title>
 <link>http://www.opentk.com/news/opentk-1.0-beta-1-released-with-typesafe-opengl-es-2.0-and-numerous-bugfixes</link>
 <description>&lt;p&gt;Containing a significant amount of bug- and stability fixes, OpenTK 1.0 beta-1 is released to the world. &lt;a href=&quot;http://www.opentk.com/files/opentk-1.0-b1.html&quot;&gt;Download from Sourceforge&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Feature highlights:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A large number of new examples.&lt;/li&gt;
&lt;li&gt;Various stability fixes on all operating systems.&lt;/li&gt;
&lt;li&gt;Improved support for multithreading.&lt;/li&gt;
&lt;li&gt;Type-safe OpenGL|ES 2.0 bindings.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Due to the number and significance of the included bug fixes, users are &lt;i&gt;strongly&lt;/i&gt; encouraged to upgrade from earlier versions.&lt;/p&gt;
&lt;p&gt;Warning: a number of features did not make the cut for 1.0 beta-1 and will not appear in the final 1.0 release. These features include the &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;geshifilter-csharp&quot;&gt;&lt;span class=&quot;kw5&quot;&gt;OpenTK&lt;/span&gt;.&lt;span class=&quot;me1&quot;&gt;Compute&lt;/span&gt;.&lt;span class=&quot;me1&quot;&gt;CL10&lt;/span&gt;&lt;/code&gt;&lt;/span&gt; and &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;geshifilter-csharp&quot;&gt;&lt;span class=&quot;kw5&quot;&gt;OpenTK&lt;/span&gt;.&lt;span class=&quot;me1&quot;&gt;Graphics&lt;/span&gt;.&lt;span class=&quot;me1&quot;&gt;ES10&lt;/span&gt;/ES11&lt;/code&gt;&lt;/span&gt; namespaces. If your code requires support for these features, please recompile OpenTK with the EXPERIMENTAL compiler flag or download the latest &lt;a href=&quot;/project/opentk#downloads&quot;&gt;1.x-dev release&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.opentk.com/news/opentk-1.0-beta-1-released-with-typesafe-opengl-es-2.0-and-numerous-bugfixes&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.opentk.com/news/opentk-1.0-beta-1-released-with-typesafe-opengl-es-2.0-and-numerous-bugfixes#comments</comments>
 <pubDate>Tue, 10 Nov 2009 01:29:20 -0600</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">1359 at http://www.opentk.com</guid>
</item>
<item>
 <title>OpenGL 3.2 API quick reference card</title>
 <link>http://www.opentk.com/news/opengl-3.2-api-quick-reference-card</link>
 <description>&lt;p&gt;A must read for all OpenGL developers: &lt;a href=&quot;http://www.khronos.org/files/opengl-quick-reference-card.pdf&quot;&gt;OpenGL 3.2 quick reference card&lt;/a&gt;! Also &lt;a href=&quot;http://www.khronos.org/files/opencl-quick-reference-card.pdf&quot;&gt;available for OpenCL&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Kudos to Khronos for creating those PDFs. They are invaluable for looking up some specific parameter or function quickly.&lt;/p&gt;
&lt;p&gt;Now, I&#039;m going to print them out and keep them by my workstation.&lt;/p&gt;
</description>
 <comments>http://www.opentk.com/news/opengl-3.2-api-quick-reference-card#comments</comments>
 <pubDate>Mon, 07 Sep 2009 15:47:41 -0500</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">1155 at http://www.opentk.com</guid>
</item>
<item>
 <title>The Open Toolkit library 0.9.8-3 and 0.9.9-2</title>
 <link>http://www.opentk.com/news/opentk-0.9.8-3-and-opentk-0.9.9-2-released-with-tao-compatibility</link>
 <description>&lt;div style=&quot;padding: 2em; margin: 1em; background-color: #448; float: right; text-align: center; font-size: 1.2em; font-weight: bold;&quot;&gt;
&lt;a href=&quot;https://sourceforge.net/projects/opentk/files/opentk/opentk-0.9.8-3.zip/download&quot; style=&quot;color: white; text-decoration: underline;&quot;&gt;Download OpenTK 0.9.8-3&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://sourceforge.net/projects/opentk/files/opentk/opentk-0.9.9-2b.zip/download&quot; style=&quot;color: white; text-decoration: underline;&quot;&gt;Download OpenTK 0.9.9-2b&lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;

&lt;p&gt;OpenTK 0.9.8-3 is the final bugfix release in the 0.9.8 series. Read the &lt;a href=&quot;http://www.opentk.com/node/1148&quot;&gt;complete 0.9.8-3 release notes&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;OpenTK 0.9.9-2 is the third work-in-progress snapshot of the 0.9.9 series that will lead to our first stable release. 0.9.9-2 contains significant &lt;a href=&quot;http://www.opentk.com/blog/1/opentk-0.9.9-2-and-the-modified-project-structure&quot;&gt;changes to the project structure&lt;/a&gt;. Please read the [API changes] section on &lt;a href=&quot;http://www.opentk.com/node/1147&quot;&gt;the 0.9.9-2 release notes&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;i&gt;&lt;b&gt;Important:&lt;/b&gt; the 0.9.9-2 release has been superseded by 0.9.9-2b, due to an issue with missing AllowPartialTrustedCallers attributes. If you have downloaded 0.9.9-2, please re-download 0.9.9-2b. Thank you for your understanding.&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.opentk.com/news/opentk-0.9.8-3-and-opentk-0.9.9-2-released-with-tao-compatibility&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.opentk.com/news/opentk-0.9.8-3-and-opentk-0.9.9-2-released-with-tao-compatibility#comments</comments>
 <pubDate>Sun, 06 Sep 2009 05:18:04 -0500</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">1149 at http://www.opentk.com</guid>
</item>
<item>
 <title>C# OpenCL bindings ready for testing</title>
 <link>http://www.opentk.com/news/C%2523-opencl-bindings-ready-for-testing</link>
 <description>&lt;p&gt;&lt;b&gt;Update: current efforts are focused on Cloo (object-oriented CL wrapper), &lt;a href=&quot;http://sourceforge.net/projects/cloo/&quot;&gt;which can be found here&lt;/a&gt;. &lt;/b&gt;It provides a &lt;i&gt;much&lt;/i&gt; cleaner OpenCL API compared to raw bindings (which are also available in case you need them).&lt;/p&gt;
&lt;p&gt;The generator now supports generating C# OpenCL wrappers from the C headers. The OpenCL wrappers reside under the OpenTK.Compute.CL10 namespace of &lt;a href=&quot;http://www.opentk.com/project/svn&quot;&gt;SVN trunk&lt;/a&gt;. An OpenCL sample has also been added to Examples.exe: if you have access to an OpenCL implementation, please run the VectorAdd sample and report your results here.&lt;/p&gt;
&lt;p&gt;AMD has released a public beta of its OpenCL implementation that you can download from &lt;a href=&quot;http://developer.amd.com/gpu/ATIStreamSDK/Pages/default.aspx#five&quot;&gt;AMD&#039;s developer website&lt;/a&gt; (free registration needed). This implementation runs on all SSE3-capable CPUs and is available for Window and Linux platforms.&lt;/p&gt;
&lt;p&gt;There is a lot of fine-tuning left to do for OpenTK&#039;s OpenCL wrappers and the sooner you test the bindings, the sooner they will become ready for release.&lt;/p&gt;
</description>
 <comments>http://www.opentk.com/news/C%2523-opencl-bindings-ready-for-testing#comments</comments>
 <pubDate>Tue, 11 Aug 2009 15:22:27 -0500</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">1097 at http://www.opentk.com</guid>
</item>
</channel>
</rss>
