-
What is the rationale behind setting 14 as the minimum version for macOS ARM64 builds? ARM64 Macs can use as early as version 12.0 and this app isn't using any feature that requires it to be >12.0.
-
Arch linux, sdl2 is installed, the "-dev" is installed automatically with sdl2. but:
```
error: linking with `cc` failed: exit code: 1
|
= note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "…
-
`DirtRally` is an ELF64 binary and directly links against:
* libSDL2-2.0.5.so (not available in Gentoo; media-libs/libsdl2-2.0.5 provides libSDL2-2.0.so.0)
* libSDL2_image-2.0.1.so (not available in…
-
I need to include the sdl2 library and the features ttf and image in my executable.
Guided by the readme, I used the static-link feature and either the bundled, or use-pkgconfig.
Using it with use-p…
-
Here's the `shell.nix` I'm working with:
```
{ pkgs ? import {} }:
pkgs.mkShell {
# inputsFrom = with pkgs; [ pkgconfig autoconf automake gnumake ];
buildInputs = with pkgs; [
…
-
Running `luarocks install lua-sdl2` on windows with powershell runs into several problems:
1. trying to pass the directories manually for SDL2_image (as well as other SDL2 addon libraries) yields a…
-
The Veldrid SDL2 library currently does not provide the functions to do things such as setting a window icon, which requires setting the image with [SDL_SetWindowIcon](https://wiki.libsdl.org/SDL_SetW…
-
### Package name
kivy
### Package version
2.2.0.dev0
### PyPI URL
https://pypi.org/project/kivy/
### piwheels URL
https://www.piwheels.org/project/kivy/
### Python version
- [X] Python 3.7
- …
-
In an effort to learn more about graphics rendering, and to open up possibilities and increase performance investigate and attempt porting existing code from SDL2/SDL2-image to OpenGL/GLUT/GLEW/devIL.…
-
Let me start off with saying I'm trying to get MPF to run on an older build of macOS: 10.15.7. The hardware is older (Late 2012 Mac mini) and is not going to benefit from a newer OS. And I know this i…