From c2e159da3dc3a1c0c87b93ec13121e3ae5bcf4f7 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Mon, 19 Jan 2026 20:41:38 -0500
Subject: [PATCH] Moved language binding info to the wiki.
Reference https://github.com/libsdl-org/sdlweb/pull/42
---
index.php | 2 +-
languages.php | 114 +-------------------------------------------------
2 files changed, 3 insertions(+), 113 deletions(-)
diff --git a/index.php b/index.php
index 7c3f7bf..2b56416 100644
--- a/index.php
+++ b/index.php
@@ -17,7 +17,7 @@
</p><p>
SDL officially supports Windows, macOS, Linux, iOS, and Android. Support for other platforms may be found in the source code.
</p><p>
- SDL is written in C, works natively with C++, and there are <a href="languages.php">bindings available</a> for several other languages, including C# and Python.
+ SDL is written in C, works natively with C++, and there are <a href="https://wiki.libsdl.org/SDL3/LanguageBindings">bindings available</a> for several other languages, including C# and Python.
</p><p>
SDL is distributed under the <a href="license.php">zlib license</a>. This license allows you to use SDL freely in any software. </p>
</div>
diff --git a/languages.php b/languages.php
index 1b347d1..4d6c5ec 100644
--- a/languages.php
+++ b/languages.php
@@ -2,6 +2,7 @@
<html>
<head>
<title>Simple DirectMedia Layer - Language Bindings</title>
+ <meta http-equiv="refresh" content="0; url=https://wiki.libsdl.org/SDL3/LanguageBindings" />
<?php require_once("include/meta.inc.php"); ?><?php $current_page = basename(__FILE__, '.php'); ?>
</head>
<body>
@@ -13,119 +14,8 @@
</div>
<div id="content"><h1>SDL 3.0 Language Bindings</h1>
<p class="intro">
- The Simple DirectMedia Layer library has bindings to many different
- programming languages. While SDL is written in C, it works well with
- C++ and many people like to use it with various scripting languages
- and special purpose programming languages.
+ This page has moved to <a href="https://wiki.libsdl.org/SDL3/LanguageBindings">https://wiki.libsdl.org/SDL3/LanguageBindings</a>
</p>
- <p>
- SDL 2.0 language bindings are available <a href="languages-2.0.php">here</a>.
- </p>
-
- <div class="clearer"></div>
- <div class="col left">
-
- <blockquote>
- <ul>
- <li> <strong>
- Beef
- </strong>
- <br/>
- SDL3-Beef -
- <a href="https://github.com/Booklordofthedings/SDL3-Beef">https://github.com/Booklordofthedings/SDL3-Beef</a>
- </li>
- <li> <strong>
- C#
- </strong>
- <br/>
- SDL3-CS
- <a href="https://github.com/flibitijibibo/SDL3-CS">https://github.com/flibitijibibo/SDL3-CS</a>
- <a href="https://github.com/edwardgushchin/SDL3-CS">https://github.com/edwardgushchin/SDL3-CS</a>
- </li>
- <li> <strong>
- D
- </strong>
- <br/>
- BindBC-SDL -
- <a href="https://github.com/BindBC/bindbc-sdl">https://github.com/BindBC/bindbc-sdl</a>
- </li>
- <li> <strong>
- Delphi / Pascal
- </strong>
- <br/>
- Neslib.Sdl3 -
- <a href="https://github.com/neslib/Neslib.Sdl3">https://github.com/neslib/Neslib.Sdl3</a>
- <br/>
- SDL3 for Pascal -
- <a href="https://github.com/PascalGameDevelopment/SDL3-for-Pascal">https://github.com/PascalGameDevelopment/SDL3-for-Pascal</a>
- </li>
- <li> <strong>
- Go
- </strong>
- <br/>
- go-sdl3 -
- <a href="https://github.com/Zyko0/go-sdl3">https://github.com/Zyko0/go-sdl3</a>
- </li>
- <li> <strong>
- Java
- </strong>
- <br/>
- LWJGL -
- <a href="https://github.com/LWJGL/lwjgl3">https://github.com/LWJGL/lwjgl3</a>
- </li>
- <li> <strong>
- Nim
- </strong>
- <br/>
- SDL3 for Nim -
- <a href="https://github.com/transmutrix/nim-sdl3">https://github.com/transmutrix/nim-sdl3</a>
- </li>
- <li> <strong>
- Odin
- </strong>
- <br/>
- Odin SDL 3 -
- <a href="https://github.com/odin-lang/Odin/tree/master/vendor/sdl3">https://github.com/odin-lang/Odin/tree/master/vendor/sdl3</a>
- </li>
- <li> <strong>
- Perl
- </strong>
- <br/>
- SDL3.pm:
- <a href="https://github.com/Perl-SDL3/SDL3.pm">https://github.com/Perl-SDL3/SDL3.pm</a>
- </li>
- <li> <strong>
- Python
- </strong>
- <br/>
- PySDL3
- <a href="https://github.com/Aermoss/PySDL3">https://github.com/Aermoss/PySDL3</a>
- </li>
- <li> <strong>
- Rust
- </strong>
- <br/>
- sdl3 -
- <a href="https://crates.io/crates/sdl3">https://crates.io/crates/sdl3</a>
- </li>
- <li> <strong>
- V
- </strong>
- <br/>
- sdl3 -
- <a href="https://github.com/vlang/sdl/tree/3.2.0">https://github.com/vlang/sdl/tree/3.2.0</a>
- </li>
- <li> <strong>
- Vala
- </strong>
- <br/>
- sdl3-vapi -
- <a href="https://codeberg.org/edwood-grant/sdl3-vapi">https://codeberg.org/edwood-grant/sdl3-vapi</a>
- </li>
- </ul>
- </blockquote>
-
- </div>
</div>
<div class="clearer"></div>
</div>