mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-03 13:55:35 +00:00
Project website is just the GitHub repo.
This commit is contained in:
parent
908752fffb
commit
6d73ef8224
12
README
12
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
|
||||
|
|
Loading…
Reference in a new issue