c1db7a276b
Merged changes from the 0.9.8 branch. Updated version numbers for 0.9.9 release.
37 lines
No EOL
1.2 KiB
Text
37 lines
No EOL
1.2 KiB
Text
[General]
|
|
+ Split OpenTK.Utilities from the core OpenTK.
|
|
+ Change all public APIs to conform to the class library interface guidelines.
|
|
+ Revisit all classes and make sure IDisposable is correctly implemented.
|
|
+ Remove System.Windows.Forms dependence.
|
|
|
|
[OpenTK.Graphics.GL]
|
|
+ Improve performance for functions that return StringBuilders.
|
|
+ Enforce PureValue constraint in generic classes.
|
|
+ Improve performance for functions that take generic arrays.
|
|
+ Fix documentation - parameter mismatches.
|
|
|
|
[OpenTK.Graphics.GraphicsContext]
|
|
+ FSAA support (very simple, now that GL3 support has been added.)
|
|
+ Implement GL3 support on Mac OS X.
|
|
+ Improve API for context sharing (add a sharedContext parameter to the context constructor).
|
|
|
|
[OpenTK.GLControl]
|
|
+ Improve the designer interface.
|
|
+ Move to a separate assembly.
|
|
|
|
[OpenTK.Input]
|
|
+ Implement joystick support on Mac OS X.
|
|
+ Implement GameWindow-independent input drivers.
|
|
+ Implement support for multiple mice and keyboards.
|
|
|
|
[OpenTK.Math]
|
|
+ Move to the OpenTK namespace instead of OpenTK.Math.
|
|
+ Improve performance.
|
|
+ Improve API.
|
|
|
|
[Examples]
|
|
+ Add GL3 examples.
|
|
+ Add more comprehensive Graphics and Audio tutorials.
|
|
|
|
[OpenTK.Compute]
|
|
+ Begin the implementation. |