Opentk/Documentation/Todo.txt

19 lines
669 B
Plaintext
Raw Normal View History

2013-11-21 18:44:12 +00:00
[Easy]
- Clean up warnings.
2013-11-21 18:44:12 +00:00
- Remove Example Browser in favor of separate projects.
- Add Nuget packages.
- Speed up matrix Inverse() functions. (Patch exists in mono/opentk).
2009-03-01 09:55:22 +00:00
2013-11-21 18:44:12 +00:00
[Moderate]
- Implement new joystick API.
- Implement touch input API.
- Fix external GraphicsContexts.
- Add Portable Class Library (PCL) target.
- Reduce library size for the PCL target.
- Split various APIs in different modules. This will be in addition to the monolithic OpenTK.dll.
2009-03-01 09:55:22 +00:00
2013-11-21 18:44:12 +00:00
[Hard]
- Remove DllImports/GetDelegateForFunctionPointer in favor of LCG calli instructions.
- Merge updates from mono/opentk.
- Add Cocoa backend for Mac OS X.
- Add support for international text input.