From 6d73ef82241d92a0b19fbfa593b3b6290c9df475 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Thu, 4 Apr 2013 04:59:07 -0400 Subject: [PATCH] Project website is just the GitHub repo. --- README | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README b/README index b69ea79..3c8dc36 100644 --- a/README +++ b/README @@ -1,5 +1,7 @@ This is SDL2#, a C# wrapper for SDL2. +Project Website: https://github.com/flibitijibibo/SDL2-CS + License ------- SDL2 and SDL2# are released under the zlib license. See LICENSE for details. @@ -28,10 +30,6 @@ SDL2 library and its extensions. Roadmap ------- -- Implement the SDL2 libraries. - - For SDL2 itself, organize it according to this API reference page: - http://wiki.libsdl.org/moin.fcg/APIByCategory -- Document the SDL2 methods. - - I have some parameter info, but having full SDL2 docs would be great. -- Add OpenGL and OpenAL support. - - Just rip this off of OpenTK for now. Too much work, not enough time... +To see the current roadmap for SDL2#, visit the GitHib issues page: + +https://github.com/flibitijibibo/SDL2-CS/issues