From a463d9e9af816cb35f391ade1ad7b366fdc62958 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sat, 30 Sep 2006 18:29:14 +0000 Subject: [PATCH] --- Todo.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Todo.txt diff --git a/Todo.txt b/Todo.txt deleted file mode 100644 index 8f05ca6b..00000000 --- a/Todo.txt +++ /dev/null @@ -1,13 +0,0 @@ -Todo: -+ Add more examples (e.g. the GLSL example I wrote, some of kanato's examples etc). -+ Change the hierarchy of the WindowsContext and WindowsVistaContext classes. The should have a common ancestor who manages the windows creation (it should be the same for both). -+ Add more constructors to the WindowsContext classes. This probably needs updating of the WinAPI assembly. -+ Add X11Context constructors. -+ Find out what is needed for the MacOS platform (how to do function loading and window management without X11). -+ Add full bindings to Glu, Wgl, Glx and Agl. -+ 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. -+ See if using Nant for building is a good idea. \ No newline at end of file