Opentk/Todo.txt

16 lines
818 B
Plaintext
Raw Normal View History

2006-09-30 18:24:41 +00:00
Todo:
+ + + [In progress] Restore the Extensions.
+ + + Fully implement Framework class.
+ + + [In progress] Correct the Dispose methods to correctly clean resources (they should also call GC.SupressFinalize(true))
2006-10-10 23:40:36 +00:00
+ + + Add the CLS compliant attribute to the GL class.
+ + Document projects (source and manuals).
+ + [In progress] Add more constructors to the Context classes.
+ [In progress] Add more examples.
2006-09-30 18:24:41 +00:00
+ Find out what is needed for the MacOS platform (how to do function loading and window management without X11).
2006-10-10 23:40:36 +00:00
+ Add full bindings for glu, wgl, glx and agl (probably generated automatically).
2006-09-30 18:24:41 +00:00
+ Add the Math module.
+ Research and add the Input module.
+ Review and add the Timer module.
+ Review and add the OpenAL module.
+ [In progress] Clean up the code.
+ Add more platform bindings.