Modefied SDL and SDK based on SDL

SDL: https://github.com/freeors/SDL

Rose: https://github.com/freeors/Rose

On SDL, I add some function, for example BLE. Accessing
https://github.com/freeors/SDL see detail.

I want to patch to official SDL, how to do?

Does the Bluetooth module depend on SDL internals? If not, perhaps make it
its own library so we can choose to use it?

Jonny DOn Fri, Jul 8, 2016 at 8:27 AM, ancientcc wrote:

SDL: https://github.com/freeors/SDL

Rose: https://github.com/freeors/Rose

On SDL, I add some function, for example BLE. Accessing
https://github.com/freeors/SDL see detail.

I want to patch to official SDL, how to do?


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

http://www.libsdl.cn: Simple Chinese web site of SDL.

:frowning:

–ryan.

Of course, BLE moudle will use SDL.

For example, some platform use new thread to receive ble message, Android, Windows, etc, Synchronization techniques need to use SDL

On the use of Bluetooth app, an important task is how to deal when app into background. At this time, one part of SDL can increase the efficiency of natural.From: SDL [mailto:sdl-bounces@lists.libsdl.org] On Behalf Of Jonathan Dearborn
Sent: Friday, July 8, 2016 11:01 PM
To: SDL Development List
Subject: Re: [SDL] Modefied SDL and SDK based on SDL

Does the Bluetooth module depend on SDL internals? If not, perhaps make it its own library so we can choose to use it?

Jonny D

I am glade to promote SDL. After years of use, it is confirmed that SDL is a
very good cross-platform solutions

Of course, there are defects in SDL. For example, in order to write app
based on window, often have to write a middle library.

Although I mainly develop the middle library and app, but wrote some SDL
patches in the years, these patchs may also be helpful for some developers.
How do I push them to the official source tree?> ----- Original Message -----

From: SDL [mailto:sdl-bounces@lists.libsdl.org] On Behalf Of Ryan C. Gordon
Sent: Saturday, July 9, 2016 1:44 AM
To: SDL Development List
Subject: Re: [SDL] Modefied SDL and SDK based on SDL

http://www.libsdl.cn: Simple Chinese web site of SDL.

:frowning:

–ryan.