<?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 news</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 07:54:15 -0700</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">1264 at http://www.opentk.com</guid>
</item>
<item>
 <title>(blog) Thoughts on OpenTK documentation</title>
 <link>http://www.opentk.com/blog/1/thoughts-on-opentk-documentation</link>
 <description>&lt;p&gt;&lt;a href=&quot;/node/2187&quot;&gt;This question&lt;/a&gt; makes me think. Do you consider OpenTK well-documented? What parts do you consider lacking? What would you like to see?&lt;/p&gt;
&lt;p&gt;I don&#039;t really know where OpenTK is standing in the documentation issue. &lt;a href=&quot;http://www.ohloh.net/p/opentk&quot;&gt;According to Ohloh&lt;/a&gt;, 30% of all source code lines are comments, which is higher than average (22%). Considering OpenTK contains around 850000 lines of code, this number is nothing to laugh at. (Yeah, the numbers are probably overblown, no I have no idea how they are calculated :-).)&lt;/p&gt;
&lt;p&gt;OpenTK is built on the premise that you are using an IDE with code-completion and documentation tooltips. Used on its own, it is actually more complex than straight OpenGL or OpenAL. This additional complexity is spent on type-safety and function overloads that smooth the differences between .Net and native code, which is a major win when using a .Net IDE like Visual Studio, MonoDevelop or SharpDevelop.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.opentk.com/blog/1/thoughts-on-opentk-documentation&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.opentk.com/blog/1/thoughts-on-opentk-documentation#comments</comments>
 <pubDate>Mon, 13 Dec 2010 09:34:45 -0800</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">2188 at http://www.opentk.com</guid>
</item>
<item>
 <title>Site theme upgrade - community4</title>
 <link>http://www.opentk.com/blog/1/new-site-theme-community4</link>
 <description>&lt;p&gt;Please refresh your browsers! (F5)&lt;/p&gt;
&lt;p&gt;The new theme has slightly cleaner colors and a tweaked layout that should be easier on the eyes. It also implements a CSS-based frontpage that should be slightly faster to load.&lt;/p&gt;
&lt;p&gt;This is the forth revision of the original community theme and has been tested on IE8, Firefox 4, Chrome 7, Opera 10.6 and Safari 5. It should degrade gracefully on older browsers, excepting possibly IE6 which is completely unsupported.&lt;/p&gt;
&lt;p&gt;Please let me know if you encounter any problems or have any suggestions for improvement!&lt;/p&gt;
</description>
 <comments>http://www.opentk.com/blog/1/new-site-theme-community4#comments</comments>
 <pubDate>Tue, 16 Nov 2010 08:57:12 -0800</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">2148 at http://www.opentk.com</guid>
</item>
<item>
 <title>Moving to Bazaar/Launchpad (part 1 - planning)</title>
 <link>http://www.opentk.com/blog/1/moving-to-bazaar-part1-planning</link>
 <description>&lt;p&gt;Ok, I&#039;m officially fed up with SVN. For the past 4 years, I&#039;ve lost countless hours to its peculiarities and general slowness. It&#039;s time for a change.&lt;/p&gt;
&lt;p&gt;Enter &lt;a href=&quot;http://bazaar.canonical.com/en/&quot;&gt;Bazaar&lt;/a&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;it is fast and powerful&lt;/li&gt;
&lt;li&gt;it is extremely intuitive&lt;/li&gt;
&lt;li&gt;it is cross-platform&lt;/li&gt;
&lt;li&gt;it integrates well with &lt;a href=&quot;https://launchpad.net/opentk&quot;&gt;Launchpad&lt;/a&gt; (more on that later)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In short, it has the right balance of features, speed and usability for a project like OpenTK.&lt;/p&gt;
&lt;p&gt;I have to add that I was very tempted to go with Git, but ultimately decided against it. Git is a great tool but it has two deal-breaking deficiencies:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;it is significantly less intuitive than Bazaar and has a pretty steep learning curve (the manual for &quot;git log&quot; is 24 pages long)&lt;/li&gt;
&lt;li&gt;git-svn takes more than an hour to pull OpenTK from Sourceforge.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;On the upside, Git is &lt;i&gt;blazing&lt;/i&gt; fast and has a huge community behind it. While this doesn&#039;t outweigh the disadvantages for OpenTK, it is the weapon of choice for many open-source developers - git-bzr should take care of that.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.opentk.com/blog/1/moving-to-bazaar-part1-planning&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.opentk.com/blog/1/moving-to-bazaar-part1-planning#comments</comments>
 <pubDate>Mon, 15 Nov 2010 13:21:26 -0800</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">2144 at http://www.opentk.com</guid>
</item>
<item>
 <title>New OpenTK 1.0 release: 6 October 2010</title>
 <link>http://www.opentk.com/news/opentk-1.0-released-with-new-build-system</link>
 <description>&lt;p&gt;It&#039;s been a while, &lt;a href=&quot;http://www.opentk.com/files/download-opentk.html&quot;&gt;so grab it while it&#039;s hot!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This release fixes various issues reported over the past few months, improves documentation, example code and the installer, and features a brand new build system. &lt;a href=&quot;http://www.opentk.com/node/2064&quot;&gt;(Detailed release notes)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The new system is based on MSBuild and is more maintainable, faster and fully automated: version numbers, installers and and releases can all be generated with a single click. It has been tested on Visual Studio 2010, MonoDevelop 2.4, msbuild 4.0 and xbuild 2.6.7. Visual Studio 2005 and 2008 will no longer be able to build OpenTK.&lt;/p&gt;
&lt;p&gt;This is not as bad as it sounds. OpenTK still targets .Net 2.0 and can be used in VS2005 and VS2008 just fine (you just won&#039;t be able to build OpenTK itself through those IDEs). This move was necessary for the upcoming .Net 4.0 builds.&lt;/p&gt;
&lt;p&gt;The next release will focus on proper OpenGL 3.3/4.1 support and should be ready in about two weeks. A buildbot will supply nightly builds in the meantime (details to be announced shortly).&lt;/p&gt;
&lt;p&gt;Till next time!&lt;/p&gt;
</description>
 <comments>http://www.opentk.com/news/opentk-1.0-released-with-new-build-system#comments</comments>
 <pubDate>Wed, 06 Oct 2010 12:03:13 -0700</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">2065 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 09:26:26 -0700</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 06:25:59 -0800</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 06:28:29 -0800</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 02:55:50 -0800</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 07:30:08 -0800</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>Mon, 09 Nov 2009 23:29:20 -0800</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 13:47:41 -0700</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 03:18:04 -0700</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 13:22:27 -0700</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">1097 at http://www.opentk.com</guid>
</item>
<item>
 <title>The Open Toolkit library 0.9.8-2 and 0.9.9-1</title>
 <link>http://www.opentk.com/node/1068</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-2.zip/download&quot; style=&quot;color: white; text-decoration: underline;&quot;&gt;Download OpenTK 0.9.8-2&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://sourceforge.net/projects/opentk/files/opentk/opentk-0.9.9-1.zip/download&quot; style=&quot;color: white; text-decoration: underline;&quot;&gt;Download OpenTK 0.9.9-1&lt;/a&gt;
&lt;/div&gt;

&lt;/p&gt;
&lt;p&gt;OpenTK 0.9.8-2 is a bugfix release in the 0.9.8 series. Features:
&lt;ul&gt;
 &lt;li&gt;&lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;geshifilter-csharp&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;TextPrinter&lt;/span&gt;.&lt;span class=&quot;me1&quot;&gt;Print&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/code&gt;&lt;/span&gt; no longer ignores the specified color.&lt;/li&gt;
 &lt;li&gt;Various GL methods with &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;geshifilter-csharp&quot;&gt;&lt;span class=&quot;kw1&quot;&gt;string&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#93;&lt;/span&gt;&lt;/code&gt;&lt;/span&gt; parameters are now correctly wrapped.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Read the &lt;a href=&quot;http://www.opentk.com/node/1069&quot;&gt;complete 0.9.8-2 release notes&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;OpenTK 0.9.9-1 is a work-in-progress snapshot of what will become our first stable release. &lt;b&gt;This release is strictly for testing and feedback purposes:&lt;/b&gt; if you are a new user, you are strongly advised to stay with the 0.9.8 series until the new code stabilizes.&lt;/p&gt;
&lt;p&gt;Features:&lt;/p&gt;
&lt;ul&gt;
 &lt;li&gt;Initial OpenGL 3.2 support.&lt;/li&gt;
 &lt;li&gt;Initial support for OpenGL ES 1.0, 1.1 and 2.0.&lt;/li&gt;
 &lt;li&gt;Bugfixes for OpenCL, OpenAL and OpenGL.&lt;/li&gt;
 &lt;li&gt;Various changes and bugfixes to the math library and the GameWindow.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Major changes are in progress, so please expect bugs and missing features. In particular, Mac OS X support may be broken and the new GameWindow and OpenTK.Input APIs are incomplete.&lt;/p&gt;
&lt;p&gt;Read the &lt;a href=&quot;http://www.opentk.com/node/1070&quot;&gt;complete 0.9.9-1 release notes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.opentk.com/node/1068&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.opentk.com/node/1068#comments</comments>
 <pubDate>Tue, 04 Aug 2009 03:21:23 -0700</pubDate>
 <dc:creator>the Fiddler</dc:creator>
 <guid isPermaLink="false">1068 at http://www.opentk.com</guid>
</item>
</channel>
</rss>
