-
An example to demonstrate this:
```python3
import pygame
pygame.init()
pygame.mixer.music.load('MIDI_sample.mid')
pygame.mixer.music.play(-1)
sound = pygame.mixer.Sound('test.wav')
su…
-
I'm trying to port my game engine using Emscripten:
https://github.com/ryanpcmcquen/basque
The command I am using is:
```
emcc -s USE_SDL=2 -s USE_SDL_IMAGE=2 -s USE_SDL_MIXER=2 -s USE_SDL_TTF…
-
Hello and congrats on your Neon Lies game, it plays great!
I wanted to get the engine for a spin (hah!) but couldn't get it compiling in Linux.
Here's the output:
```bash
$ gcc source/yarnsp…
-
Hello Jan, I'm trying to build your game on nixos2009 and I get the following errors:
```
[nix-shell:~/github.com/game-idris]$ idris --build game.ipkg
Entering directory `./src'
Type checking ./D…
-
Hey, I don't have much experience with low level things so I don't know if I'm doing something wrong, but I'm getting this error when I execute the binary:
`dyld: Library not loaded: /usr/local/opt/s…
oddic updated
9 years ago
-
**Is your feature request related to a problem? Please describe.**
We have had some recent issues with SDL2 and SDL2_mixer autodetection and MacOS.
**Describe the solution you'd like**
@lmoureau…
-
I'm unable to compile the game on my M1 MacBook Air 2020 running Ventura. Is it because the source code isn't ready for Ventura? Or am I missing something? I have the txt file with the environment set…
-
Back when "refactoring", I inadvertently broke the [rust-sdl2_image](https://github.com/xsleonard/rust-sdl2_image) library by removing the raw accessor from `Renderer`: https://github.com/AngryLawyer/…
nukep updated
7 years ago
-
Following error is shown while installing the dependencies.
```
"$ pip install -r requirements.txt
Collecting pygame==2.0.0.dev12
Downloading pygame-2.0.0.dev12.tar.gz (5.6 MB)
━━━━━━━━━…
-
I'm not 100% sure this is related to the binding, but I'm also not really sure why I can't get this to work.
When I use https://github.com/nim-lang/sdl2/blob/master/src/sdl2/mixer.nim, I am able t…
ajusa updated
2 years ago