Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add SDL2, SDL2_mixer and sdl2-doom #36

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 2, 2024

  1. sdl2: add package

    Package SDL2 library with most commonly used audio, video and input
    backends.
    Tested on KMS/DRM and Wayland with OpenGLES 2.0, but OpenGL or Vulkan
    should work just as well.
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    8ac1c6c View commit details
    Browse the repository at this point in the history
  2. sdl2-mixer: add package

    Add SDL2 audio mixer and music playback library.
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    86070c6 View commit details
    Browse the repository at this point in the history
  3. sdl2-doom: add package

    Add simple port to SDL2 of the classic DOOM engine.
    Works fine on Wayland without requiring any 3D hardware acceleration.
    
    Signed-off-by: Daniel Golle <[email protected]>
    dangowrt committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c9cc065 View commit details
    Browse the repository at this point in the history