2009-03-01 10:55:22 +01:00
|
|
|
[General]
|
|
|
|
+ Change all public APIs to conform to the class library interface guidelines.
|
|
|
|
+ Revisit all classes and make sure IDisposable is correctly implemented.
|
2009-09-05 20:29:11 +02:00
|
|
|
+ Remove System.Windows.Forms dependency.
|
2009-03-01 10:55:22 +01:00
|
|
|
|
2009-09-05 20:29:11 +02:00
|
|
|
[OpenTK.Graphics.OpenGL]
|
2009-03-01 10:55:22 +01:00
|
|
|
+ Improve performance for functions that return StringBuilders.
|
2009-09-05 20:29:11 +02:00
|
|
|
+ Enforce BlittableValueType constraint in generic classes.
|
2009-03-25 23:46:31 +01:00
|
|
|
+ Improve performance for functions that take generic arrays.
|
|
|
|
+ Fix documentation - parameter mismatches.
|
2009-03-01 10:55:22 +01:00
|
|
|
|
2009-09-05 20:29:11 +02:00
|
|
|
[OpenTK.Compute]
|
|
|
|
[OpenTK.Graphics.ES*]
|
|
|
|
+ Improve the API.
|
|
|
|
|
2009-03-01 10:55:22 +01:00
|
|
|
[OpenTK.Graphics.GraphicsContext]
|
2009-03-25 23:46:31 +01:00
|
|
|
+ Implement GL3 support on Mac OS X.
|
2009-06-02 17:49:39 +02:00
|
|
|
+ Improve API for context sharing (add a sharedContext parameter to the context constructor).
|
2009-03-01 10:55:22 +01:00
|
|
|
|
|
|
|
[OpenTK.GLControl]
|
|
|
|
+ Improve the designer interface.
|
|
|
|
|
|
|
|
[OpenTK.Input]
|
|
|
|
+ Implement joystick support on Mac OS X.
|
|
|
|
+ Implement GameWindow-independent input drivers.
|
|
|
|
+ Implement support for multiple mice and keyboards.
|
|
|
|
|
|
|
|
[Examples]
|
|
|
|
+ Add more comprehensive Graphics and Audio tutorials.
|