Opentk/Documentation/Todo.txt

37 lines
1.2 KiB
Text
Raw Normal View History

2009-03-01 10:55:22 +01:00
[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.
2009-03-01 10:55:22 +01:00
[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.
2009-03-01 10:55:22 +01:00
[OpenTK.Graphics.GraphicsContext]
+ FSAA support (very simple, now that GL3 support has been added.)
+ 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.
+ Move to a separate assembly.
2009-03-01 10:55:22 +01:00
[OpenTK.Input]
+ Implement joystick support on Mac OS X.
+ Implement GameWindow-independent input drivers.
+ Implement support for multiple mice and keyboards.
[OpenTK]
+ Move to the OpenTK namespace instead of OpenTK.
+ Improve performance.
+ Improve API.
2009-03-01 10:55:22 +01:00
[Examples]
+ Add GL3 examples.
+ Add more comprehensive Graphics and Audio tutorials.
[OpenTK.Compute]
+ Begin the implementation.