20
I Use This!
Moderate Activity

News

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
Posted over 13 years ago by the Fiddler
Please refresh your browsers! (F5) 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. This is the forth revision of the ... [More] 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. Please let me know if you encounter any problems or have any suggestions for improvement! [Less]
Posted over 13 years ago by the Fiddler
Ok, I'm officially fed up with SVN. For the past 4 years, I've lost countless hours to its peculiarities and general slowness. It's time for a change. Enter Bazaar: it is fast and powerful it is extremely intuitive it is cross-platform it integrates ... [More] well with Launchpad (more on that later) In short, it has the right balance of features, speed and usability for a project like OpenTK. 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: it is significantly less intuitive than Bazaar and has a pretty steep learning curve (the manual for "git log" is 24 pages long) git-svn takes more than an hour to pull OpenTK from Sourceforge. On the upside, Git is blazing fast and has a huge community behind it. While this doesn't outweigh the disadvantages for OpenTK, it is the weapon of choice for many open-source developers - git-bzr should take care of that. read more [Less]
Posted over 13 years ago by the Fiddler
It's been a while, so grab it while it's hot! 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. (Detailed release notes) The new system ... [More] 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. 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't be able to build OpenTK itself through those IDEs). This move was necessary for the upcoming .Net 4.0 builds. 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). Till next time! [Less]
Posted about 14 years ago by the Fiddler
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. Notable changes: NSIS-based installer for Windows. OpenTK is ... [More] automatically added to the "Add References" dialog - no need to hunt for the dlls manually anymore. 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. Various improvements to behavior on Windows and (especially) Linux. Multithreaded rendering now works as expected. Minor documentation fixes. Depending on user feedback, a new release candidate may or may not be published in the following days. Work will now focus on documentation and packaging. If you are interested in helping out, here are some things that would really help: Test and provide feedback on the new windows installer. #1404: [OpenTK] Create project templates for Visual Studio and MonoDevelop (help wanted) #1406: [OpenTK] Create DEB packages for Debian/Ubuntu and derivatives (help wanted) #1407: [OpenTK] Create RPM packages for Fedora/openSUSE and derivatives (help wanted) read more [Less]
Posted about 14 years ago by the Fiddler
Khronos has just announced the release of the OpenGL 3.3 and OpenGL 4.0 specifications. New features include: Improved interoperability with OpenCL Tessellation shaders More flexible fragment shaders Shader subroutines 64bit precision data types ... [More] sampler objects (finally!) OpenGL 4.0 presumably requires DX11-level hardware, while OpenGL 3.3 will remain compatible with DX10-level GPUs. OpenGL 3.3 and 4.0 support will land in OpenTK 1.1. Official announcement: opengl.org. [Less]
Posted about 14 years ago by the Fiddler
The second beta release for OpenTK 1.0 is now available for download. Feature highlights: Improves GameWindow stability on all platforms. Improves support for multithreaded rendering and adds a new multithreading sample. Fixes a number of issues ... [More] affecting mouse and keyboard input. Fixes a number of minor issues affecting the OpenGL bindings. Adds hardcopy (PDF) versions of the manual and function reference. Users previous release are strongly encouraged to upgrade. OpenTK 1.0 beta-3 is considered feature complete. Help us make a great final release by reporting all issues you encounter! Download from Sourceforge Read complete release notes Read changelog [Less]
Posted over 14 years ago by the Fiddler
The new function reference for OpenTK 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. Many thanks to the doxygen team for creating such a useful tool!
Posted over 14 years ago by the Fiddler
The second beta release for OpenTK 1.0 is now available for download. Feature highlights: Improves support for Mac OS X. Adds support for *BSD and Solaris systems (experimental). Resolves all issues identified in beta-1. Resolves all known issues in ... [More] the OpenGL 3.1 and 3.2 bindings. Completely disables CL10, ES10 and ES11 to reduce download size. These features will be reintroduced in trunk builds. Users of beta-1 and previous versions are strongly encouraged to upgrade. OpenTK 1.0 beta-2 is considered feature complete. Help us make a great 1.0 final release by reporting all issues you encounter! Download from Sourceforge Read complete release notes Download changelog [Less]
Posted over 14 years ago by the Fiddler
Containing a significant amount of bug- and stability fixes, OpenTK 1.0 beta-1 is released to the world. Download from Sourceforge. Feature highlights: A large number of new examples. Various stability fixes on all operating systems. Improved ... [More] support for multithreading. Type-safe OpenGL|ES 2.0 bindings. Due to the number and significance of the included bug fixes, users are strongly encouraged to upgrade from earlier versions. 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 OpenTK.Compute.CL10 and OpenTK.Graphics.ES10/ES11 namespaces. If your code requires support for these features, please recompile OpenTK with the EXPERIMENTAL compiler flag or download the latest 1.x-dev release. read more [Less]
Posted over 14 years ago by the Fiddler
Download OpenTK 0.9.9-3 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. 0.9.9-3 resolves a large number of issues in the OpenGL and OpenCL bindings, the NativeWindow and the ... [More] GLControl classes, as well as the math library. Users of previous OpenTK versions are encouraged to upgrade. Please read the release notes for upgrade instructions. read more [Less]