Opentk/Todo.txt

46 lines
995 B
Text
Raw Normal View History

2006-11-05 12:50:08 +01:00
Generic Todos:
+ Check if resources are correctly cleaned.
OpenTK.OpenGL todos:
(High level)
2007-04-24 14:16:00 +02:00
+ Texture class.
+ Control class.
+ Device class.
* Context class:
+ Add more constructors.
+ Add native support for the MacOS X platform (now goes through X).
* Clean up Context class (many things should be moved to the control class).
2006-11-05 12:50:08 +01:00
+ VertexBufferObject class.
+ Error class.
+ OpenGL function overloads.
(Low level)
+ Mark the GL class as CLS compliant.
+ Inline XML documentation.
+ Add complete Wgl, Glx, Agl and Glu bindings.
2007-04-20 21:07:47 +02:00
+ Get rid of the "object" overloads in favour of generics.
2006-11-05 12:50:08 +01:00
Examples:
2007-04-20 21:07:47 +02:00
+ Reorganize the example layout.
2006-11-05 12:50:08 +01:00
+ Add comments were needed.
OpenTK.Math todos:
+ Start implementing the Math module.
OpenTK.Input todos:
+ Start researching the Input module.
OpenTK.Timer todos:
+ Start researching the Timer module.
OpenTK.OpenAL todos:
+ Start researching the OpenAL module.
+ Take a look at the OpenALDotNet wrapper.