Project website is just the GitHub repo.

This commit is contained in:
Ethan Lee 2013-04-04 04:59:07 -04:00
parent 908752fffb
commit 6d73ef8224

12
README
View file

@ -1,5 +1,7 @@
This is SDL2#, a C# wrapper for SDL2. This is SDL2#, a C# wrapper for SDL2.
Project Website: https://github.com/flibitijibibo/SDL2-CS
License License
------- -------
SDL2 and SDL2# are released under the zlib license. See LICENSE for details. SDL2 and SDL2# are released under the zlib license. See LICENSE for details.
@ -28,10 +30,6 @@ SDL2 library and its extensions.
Roadmap Roadmap
------- -------
- Implement the SDL2 libraries. To see the current roadmap for SDL2#, visit the GitHib issues page:
- For SDL2 itself, organize it according to this API reference page:
http://wiki.libsdl.org/moin.fcg/APIByCategory https://github.com/flibitijibibo/SDL2-CS/issues
- 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...