Page 1 of 1

Use SDL as 2D Game Library for Windows.

Posted: Mon Oct 09, 2017 8:12 pm
by Mijikai
I thinkt it would be better to also have SDL as main library on Windows instead of DirectX.

Re: Use SDL as 2D Game Library for Windows.

Posted: Mon Oct 09, 2017 8:43 pm
by Kuron
Mijikai wrote:I thinkt it would be better to also have SDL as main library on Windows instead of DirectX.
There is not a main library on Windows. You have the choices of OpenGL (which I always use for Windows), DirectX 11 and DirectX 9 may still be supported.

PB also provides you full access to OpenGL via the OpenGL canvas.

If you absolutely must use SDL, there are PB wrappers floating around for it. But, please never put that bloated POS into PB.

Re: Use SDL as 2D Game Library for Windows.

Posted: Tue Oct 10, 2017 12:42 pm
by luis
Using SDL 2 on every OS would add better audio support, better joystick support, a lot of fallback code to support different configurations (especially on linux beyond X) and would be an improvement all around IMHO.

Re: Use SDL as 2D Game Library for Windows.

Posted: Tue Oct 10, 2017 1:58 pm
by walbus
SDL additional !

We see the PB sprite bugs and we can not fix self, this is the main problem, i think - Living in a box !

What we want with many new features, new bugs and old unfixed bugs ?

Here the tail waggles with the dog

Re: Use SDL as 2D Game Library for Windows.

Posted: Sat Oct 21, 2017 3:25 pm
by Mijikai
I just noticed this would not really help much anyway...
only the ability to have easy access to the SDL API would.