Current development is happening in SDL 2.0.x, which gets regular releases and can be found at: https://github.com/libsdl-org/SDL Thanks! Simple DirectMedia Layer (SDL) Version 1.2 This is the Simple DirectMedia Layer, a general API that provides low level access to audio, keyboard, mous...
Fixed up legacy MoinMoin URLs at wiki.libsdl.org 4年前 LICENSE.txt license: Fixing the license file to be correctly scooped up by Github automation 4年前 Makefile.in SDL: Updated patches for HAIKU 4年前 Makefile.minimal Added a dummy sensor driver 6年前 Makefile.os2 ...
This is the raw contents of SDL's wiki. You can edit this through GitHub or at https://wiki.libsdl.org/ now! - libsdl-org/sdlwiki
Please note,Gitlabis our home for repositories, issue tracking, wikis, etc. The repositories on GitHub are mirrors of GitLab's unless specified otherwise. The community is primarily active in theforumsandchat rooms. Halogene's Newbie Guidegives gameplay and client configuration advice. ...
GitHubOrg: dotnet MirrorRepo: '' MirrorBranch: main condition: '' JobNameSuffix: '' jobs: - job: OneLocBuild${{ parameters.JobNameSuffix }} dependsOn: ${{ parameters.dependsOn }} displayName: OneLocBuild${{ parameters.JobNameSuffix }} variables: - group: OneLocBuildVariables # Contains...
$ cd <parent-path-of-sdlpal> $ git clone https://github.com/sdlpal/sdlpal.git Update all the submodules used by SDLPAL using git submodule or through corresponding GUI: $ cd <parent-path-of-sdlpal>/sdlpal $ git submodule update --init --recursive Follow the platform-specific steps lis...
.github/workflows CI: Install icu4c for mac-meson job Oct 20, 2024 ai Unhardcode wld.map from action_speculate_unit_on_tile() Oct 3, 2024 bootstrap Add Galician translation Oct 10, 2024 client gtk4x: Add get_column_view_row()
After you have to install some SDL2 dependencies from the terminal using ports: sudo port install libsdl2 libsdl2_mixer libsdl2_image libsdl2_ttf libsdl2_mixer curl I plan to automate that in near future, but for the meanwhile that should do. ...
$ git clone https://github.com/EmuELEC/EmuELEC.git $ cd EmuELEC $ git checkout dev $ PROJECT=Amlogic-ce DEVICE=Amlogic-ng ARCH=aarch64 DISTRO=EmuELEC make image For the Odroid GO Advance/Super:$ PROJECT=Rockchip DEVICE=OdroidGoAdvance ARCH=aarch64 DISTRO=EmuELEC make image Note: In some...
Place the entire contents ofincludeandlibunderC:\INCLUDE\SDL2. Copy all DLLs underlibtoC:\Windows\System32andC:\Windows\SysWOW64. Repeat forSDL2_image,SDL2_mixer, andSDL2_ttf. Profit. Compiling: Linux & Mac: make Windows: nmake Packaging: ...