Captain

Results 12 issues of Captain

Hello. I am trying to build chipmunk on termux in my arm 32 phone. But I get the following errors and warnings. ``` Chipmunk2D/src/cpHastySpace.c:236:4: error: Cannot use CP_USE_DOUBLES on 32...

As it appears that the project has been abandoned, are there any active and maintained forks? Also, as the problem that this project tried to solve still exists, so are...

**Feature:** ## Feature Details This adds a new option for flying the ship with mouse. The right mouse buttons can be used for firing the primary weapons. And rotating the...

enhancement

**Is your feature request related to a problem? Please describe.** There are various ides and text editors for android but the main problem with them is that we can't execute...

feature

I made a basic echo server with stream sockets. I made it such that when the user types "quit" both the server and the client should clean-up and close. Now,...

`SDLNet_SendDatagram` fails with the error `Failed to send from socket: The system detected an invalid pointer address in attempting to use a pointer argument in a call.` on windows if...

SDL2_net had a way to enable or disable UDP broadcasts https://github.com/libsdl-org/SDL_net/blob/8e1e4bfcb7b3ba42b778dd7af2c38264ee9561b4/src/SDLnetUDP.c#L185 it will be nice to also have them in SDL3_net.

enhancement

The SDL_Renderer vulkan backend fails on android if we go to the home screen and enter the app through the recents menu. The error is the classic `SDL/RENDER: vkCreateSwapchainKHR(): VK_ERROR_NATIVE_WINDOW_IN_USE_KHR`....

This PR extends the new text rendering api to support the gpu api. It's still not ready for merging but the reason I am creating the PR is so that...

If I write a comment above a function it is shown as the function's docstring while hovering over the function. I want to disable this behaviour in case by case...

enhancement