Opentk/Documentation/Release.txt
2009-02-13 22:19:43 +00:00

39 lines
2.2 KiB
Plaintext

#################################################################################
# OpenTK 0.9.2 Alpha Release notes #
#################################################################################
IMPORTANT: The Open Toolkit is not feature-complete at this time. Future releases may add/remove features and introduce breaking changes. Use at your own risk!
0.9.2 improves performance and stability, introduces a new TextPrinter implementation and adds support for the half- and double-precision math structures. All OpenTK.Math structures now support serialization and implement the IEquatable interface and OpenTK.Graphics contains many new helper functions.
This release should contain few, if any, breaking changes.
Please report bugs any bugs you encounter at http://www.opentk.com. Development will now focus on MacOS, GL3.0 and Joystick support.
#################################################################################
# Release highlights #
#################################################################################
Features:
* New TextPrinter implementation with support for subpixel rendering and advanced layout.
* New example for testing the new TextPrinter with custom fonts.
* More overloads for common OpenGL functions.
* New half- and double-precision structures in OpenTK.Math.
* New properties and methods for vector structures.
Bug fixes:
* OpenTK should no longer generate garbage when running.
* TextPrinter can now use an unlimited amount of fonts.
* KeypadEnter now reported on X11.
* Several platform-specific function and structure definitions have been updated.
* Quaternion.ToAxisString should now work for 0-degree angles.
* The ExampleLauncher should now behave better on X11.
Known issues:
* Some slanted but non-italic fonts may be display cut-off overhangs.
* Text layout may generate garbage if TextPrinterOptions.NoCache is set.
* There is no MouseDevice.Move. This will be fixed in 0.9.3.
* GameWindow may display an invalid client area after changing the WindowBorder on Vista.