-
### What version of Bun is running?
1.0.28+705638470
### What platform is your computer?
Linux 6.5.0-21-generic x86_64 x86_64
### What steps can reproduce the bug?
```js
// index.js
i…
-
base https://github.com/libsdl-org/SDL/issues/8302.
In the project I use an existing handle to create a window through SDL_CreateWindowFrom().
If you call SDL_SetHint(SDL_HINT_VIDEO_FORCE_EGL, "1"…
-
So we've already settled on `/` being the path separator for storage paths for all storage drivers, that's good. But the format of path items between path separators isn't fully specified. Sure, there…
-
Tested with current main (SDL3), but may also be present on SDL2.
Consider the source at the bottom of this post that switches the window between full screen and windowed mode every second.
- Wh…
-
大家好,请问:
最近做项目时,发布的版本偶尔停止播放时SDL_WaitThread 有很多崩溃,其中崩溃的位置就是函数中对应的 pthread_join(thread->id, NULL);这一行;我的理解是子线程异常退出后线程id失效了,调用该函数就会崩溃,不知道这样理解对不对;或者是还有其他情况会导致崩溃,请高手指点
崩溃堆栈如下:
Thread 15 (crashed)
0 l…
-
I noticed that the Android.mk file is missing for SDL3_net, required for compilation?
I've made one based on the old Android.mk and the current SDL3 Android.mk:
```
LOCAL_PATH := $(call my-dir)…
-
Im trying to compile using MSYS2 on Windows 11 using this PKGBUILD file.
https://github.com/shoober420/windows-configs/blob/main/C:/msys2/home/shoober420/maelstrom-git/PKGBUILD
Im getting the fo…
-
This is a huge task.
I am currently working on SDL_Audio wrapper.
When it will be complete, I ll work on SDL_Mixer.
-
Implement SDL_Net in order to allow network management.
http://www.libsdl.org/projects/SDL_net/
-
XorfacX:
Implement SDL_ttf in order to allow display message on screen
http://www.libsdl.org/projects/SDL_ttf/