mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-09 13:35:27 +00:00
fdd693a4f1
Updates to mode switching under windows plus a little refactoring.
20 lines
960 B
Plaintext
20 lines
960 B
Plaintext
Todo:
|
|
+ + + Restore the Extensions.
|
|
+ + + Fully implement Framework class.
|
|
+ + + Correct the Dispose methods to correctly clean resources (they should also call GC.SupressFinalize(true))
|
|
+ + + Fix X support in the framework.
|
|
+ + + Add the CLS compliant attribute to the GL class.
|
|
+ + + Clean up the build system for windows .Net, and add build system for linux Mono and windows Mono.
|
|
+ Probably something like Nant?
|
|
+ + Document projects (source and manuals).
|
|
+ + Add more constructors to the Context classes.
|
|
+ Add more examples.
|
|
+ Find out what is needed for the MacOS platform (how to do function loading and window management without X11).
|
|
+ Add full bindings for glu, wgl, glx and agl (probably generated automatically).
|
|
+ Add the Math module.
|
|
+ Research and add the Input module.
|
|
+ Review and add the Timer module.
|
|
+ Review and add the OpenAL module.
|
|
+ Add projects for MonoDevelop.
|
|
+ Clean up the code.
|
|
+ Add more platform bindings. |