mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 03:15:59 -04:00
Extend note on things this library will not implement
This commit is contained in:
parent
f9ef31c4b2
commit
8575ea5879
@ -172,10 +172,13 @@ you need specific bits which are not yet implemented in the library,
|
|||||||
feel free to drop an issue. Patches are of course more than welcome.
|
feel free to drop an issue. Patches are of course more than welcome.
|
||||||
|
|
||||||
It should be noted, however, that I currently do not plan to implement
|
It should be noted, however, that I currently do not plan to implement
|
||||||
any wrappers over non object-oriented SDL2 code, as these do not bring
|
any wrappers over non object-oriented SDL2 code, as these will not bring
|
||||||
any benefits over using plain C API. E.g. I see no point in implementing
|
any benefits over using plain C API. E.g. I see no point in implementing
|
||||||
SDL2pp::Delay() as it won't bring any convenience over SDL_Delay().
|
SDL2pp::Delay() as it won't bring any convenience over SDL_Delay().
|
||||||
|
|
||||||
|
The same strongly applies to the SDL2 bits which duplicate C++11
|
||||||
|
standard library, e.g. threads and atomic ops.
|
||||||
|
|
||||||
## Users ##
|
## Users ##
|
||||||
|
|
||||||
Projects using libSDL2pp:
|
Projects using libSDL2pp:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user