SDL2-for-Pascal icon indicating copy to clipboard operation
SDL2-for-Pascal copied to clipboard

Unit files for building Free Pascal and Delphi applications using the SDL2 library

Results 18 SDL2-for-Pascal issues
Sort by recently updated
recently updated
newest added

As raised in a pending PR #53 : We need to decide for a naming convention of the C-identifiers from ctypes unit. ### Naming conventions **1) ctypes unit** All lower-case,...

discussion

This is mostly for visibility - I'm not sure where this would be best fixed. It seems any SDL application compiled with Pascal will crash if trying to use software...

waiting 3rd party

In most of SDL headers, opaque structs use the following kind of typedef: ```c typedef struct SDL_Thing SDL_Thing; ``` As such, when writing C code, the following variable declaration: ```c...

discussion

I have been searching for the ARM64 SDL2.so library file for Android for a long time, and I have downloaded several versions of the SDL2 source code and compiled libSDL2.so...

Hello all, based on the discussion https://github.com/ev1313/Pascal-SDL-2-Headers/issues/78#issuecomment-2480539141 i wrote a little FPC Transpiler and switched now my complete work over to this repository. In Order to create the least impact...

Hello how can I fix the problem that is visualized in the picture when resizing the sdl window. What do I need to do to make it scale with the...

Hello s SDl there are functions sdl_flip_horizontal and vertical, it would be useful to have functions to rotate for example 90 degrees right and left.

Hi this simple code compiles ok but crashes when runing , but if i uncomment the lines it works ok can you please try it on windows 10 64bits &...