News - page 2

the Fiddler's picture

Mono 2.4 released

The next version of the open-source runtime was released today, bringing Mono to version 2.4.

New features:

  • Improved SIMD support
  • The new, linear JIT engine is now used by default
  • Thread.Interrupt() no longer relies on polling
  • Improved Windows.Forms DataGridView
  • Improved ASP.Net support and performance improvements

Full release notes for Mono 2.4 here.


the Fiddler's picture

The Open Toolkit library 0.9.7

New in this release:

  1. OpenGL 3.1 bindings
  2. Improved type-safety for OpenGL 3.0 functions
  3. Improved OpenGL error checking (stacktraces, better coverage)

This release contains potentially breaking changes. Please read the release notes and known issues before upgrading.


the Fiddler's picture

The Open Toolkit library 0.9.6

This release introduces:

  1. Automatic OpenGL error checking
  2. Generics for improved type-safety in the OpenGL bindings
  3. Bug fixes related to OpenGL 3.0 contexts on Linux
  4. Improved documentation in OpenTK.Graphics
  5. A new EFX example ("EFX: Reverb").

This release contains potentially breaking changes. Please read the release notes and known issues before upgrading.


kanato's picture

OpenGL 3.1 spec out

http://www.khronos.org/news/press/releases/khronos-releases-streamlined-...

The spec doesn't seem to be linked in the right place on opengl.org, but it is here: http://www.opengl.org/registry/doc/glspec31.20090324.pdf

I feel like 3.0 has barely been adopted by GPU manufacturers and 3.1 is already out. But apparently nVidia already has a 3.1 driver: http://developer.nvidia.com/object/opengl_3_driver.html

Very exciting!

Edit: This is maybe a better link: http://www.khronos.org/opengl/


the Fiddler's picture

OpenAL Soft 1.7.411 released

OpenAL Soft is a cross-platform software implementation of the OpenAL 3D audio API.

This version contains an improved panning algorithm, low-pass & reverb effects, as well as more flexible multi-speaker configurations. The library can be now installed side-by-side with other OpenAL implementations (provided, for example, by the manufacturer of your sound card), which allows you to select the best implementation at runtime.

Download straight from strangesoft.net.


the Fiddler's picture

Project database and blog service now online

The project database is an index of projects related to OpenTK. It replaces the personal projects forum as the place to advertize your projects and provides you with:

  • A customized project page.
  • The ability to host and distribute releases.
  • The ability to use the issue tracker for your project.

If you have a project that you wish to share, simply log-in and click on Create content -> Project. This service comes with some restrictitions - please read the project database chapter in the documentation before using it.


the Fiddler's picture

Breaking the 100-download barrier

The previous record was 98 downloads in a single day. Now, we are at 101 and counting. (Note: the statistics server errors out a lot - be patient).

Images
Screenshot of download statistics

the Fiddler's picture

The Open Toolkit library 0.9.5

New in this release:

  • OpenGL 3.0 support on Linux
  • Full, forward-compatible or debug GraphicsContexts
  • Inline OpenGL documentation
  • Several bug fixes relevant to joystick input and the OpenGL wrappers.

This release does not contain any breaking changes. Upgrading from OpenTK 0.9.4 is strongly recommended!


the Fiddler's picture

Downtime

A DNS problem on our host caused opentk.com to become unreachable for the past several hours. Sorry for that, everything should be back to normal now.


the Fiddler's picture

Site upgrade: quotes and avatars

A small site upgrade took place today: You can now quote other posts by clicking the "quote" link or using [quote][/quote] tags and you can set a 60x45 image to be used as your avatar.

The theme has been updated to accommodate these changes and there may be some kinks left, so please report any abnormal behavior you encounter.