From 8575ea5879f401b31895bec9ae01eda70ba21b03 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 18 Jan 2015 20:29:34 +0300 Subject: [PATCH] Extend note on things this library will not implement --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ca2c62..cc4026a 100644 --- a/README.md +++ b/README.md @@ -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. 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 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 ## Projects using libSDL2pp: