-
Notifications
You must be signed in to change notification settings - Fork 16
/
languages-2.0.php
181 lines (176 loc) · 9.12 KB
/
languages-2.0.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html>
<head>
<title>Simple DirectMedia Layer - Language Bindings</title>
<?php require_once("include/meta.inc.php"); ?><?php $current_page = basename(__FILE__, '.php'); ?>
</head>
<body>
<div id="wrapper">
<?php require_once("include/header.inc.php"); ?>
<div id="left">
<?php require_once("include/sidebar.inc.php"); ?>
</div>
<div id="content"><h1>SDL 2.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.
</p>
<p>
SDL 3.0 language bindings are available <a href="languages.php">here</a>.
</p>
<div class="clearer"></div>
<div class="col left">
<blockquote>
<ul>
<li> <strong>
Ada
</strong>
<br/>
SDLAda -
<a href="https://github.com/ada-game-framework/sdlada">https://github.com/ada-game-framework/sdlada</a>
</li>
<li> <strong>
Beeflang
</strong>
<br/>
BeefLibs SDL2 -
<a href="https://github.com/beefytech/Beef/tree/master/BeefLibs/SDL2">https://github.com/beefytech/Beef/tree/master/BeefLibs/SDL2</a>
</li>
<li> <strong>
C#
</strong>
<br/>
SDL2# -
<a href="https://github.com/flibitijibibo/SDL2-CS">https://github.com/flibitijibibo/SDL2-CS</a>
</li>
<li> <strong>
D
</strong>
<br/>
DerelictSDL2 -
<a href="https://derelictorg.github.io/packages/sdl2/">https://derelictorg.github.io/packages/sdl2/</a>
<br/>
BindBC-SDL -
<a href="https://github.com/BindBC/bindbc-sdl">https://github.com/BindBC/bindbc-sdl</a>
</li>
<li> <strong>
Go
</strong>
<br/>
go-sdl2 -
<a href="https://github.com/veandco/go-sdl2">https://github.com/veandco/go-sdl2</a>
</li>
<li> <strong>
Haskell
</strong>
<br/>
sdl2 -
<a href="https://hackage.haskell.org/package/sdl2">https://hackage.haskell.org/package/sdl2</a>
</li>
<li> <strong>
Hollywood
</strong>
<br/>
RebelSDL -
<a href="https://www.hollywood-mal.com/docs/html/rebelsdl/">https://www.hollywood-mal.com/docs/html/rebelsdl/</a>
</li>
<li> <strong>
Lua
</strong>
<br/>
Lua-SDL2 -
<a href="https://github.com/Tangent128/luasdl2">https://github.com/Tangent128/luasdl2</a>
</li>
<li> <strong>
OCaml
</strong>
<br/>
Tsdl -
<a href="https://erratique.ch/software/tsdl">https://erratique.ch/software/tsdl</a>
</li>
<li> <strong>
Odin
</strong>
<br/>
Odin SDL 2 -
<a href="https://github.com/odin-lang/Odin/tree/master/vendor/sdl2">https://github.com/odin-lang/Odin/tree/master/vendor/sdl2</a>
</li>
<li> <strong>
Pascal
</strong>
<br/>
Bare Game -
<a href="https://github.com/sysrpl/Bare.Game/blob/master/source/bare.interop.sdl2.pas">https://github.com/sysrpl/Bare.Game/blob/master/source/bare.interop.sdl2.pas</a>
<br/>
Pascal SDL 2 -
<a href="https://github.com/ev1313/Pascal-SDL-2-Headers">https://github.com/ev1313/Pascal-SDL-2-Headers</a>
<br/>
SDL2 for Pascal -
<a href="https://github.com/PascalGameDevelopment/SDL2-for-Pascal">https://github.com/PascalGameDevelopment/SDL2-for-Pascal</a>
</li>
<li> <strong>
Python
</strong>
<br/>
pygame_sdl2 -
<a href="https://github.com/renpy/pygame_sdl2">https://github.com/renpy/pygame_sdl2</a>
<br/>
PySDL2 -
<a href="https://pypi.org/project/PySDL2/">https://pypi.org/project/PySDL2/</a>
<br/>
pysdl2-cffi -
<a href="https://pythonhosted.org/pysdl2-cffi/">https://pythonhosted.org/pysdl2-cffi/</a>
</li>
<li> <strong>
Rust
</strong>
<br/>
Rust-SDL2 -
<a href="https://github.com/Rust-SDL2/rust-sdl2">https://github.com/Rust-SDL2/rust-sdl2</a>
</li>
<li> <strong>
TypeScript
</strong>
<br/>
SDL_ts -
<a href="https://github.com/smack0007/SDL_ts">https://github.com/smack0007/SDL_ts</a>
</li>
<li> <strong>
Zig
</strong>
<br/>
SDL on Zig -
<a href="https://github.com/pwbh/SDL">https://github.com/pwbh/SDL</a>
</li>
<li> <strong>
V
</strong>
<br/>
SDL for Vlang -
<a href="https://github.com/vlang/sdl">https://github.com/vlang/sdl</a>
</li>
<li> <strong>
Nim
</strong>
<br/>
SDL for Nim -
<a href="https://github.com/nim-lang/sdl2">https://github.com/nim-lang/sdl2</a>
</li>
<li> <strong>
Crystal
</strong>
<br/>
SDL for Crystal -
<a href="https://github.com/ysbaddaden/sdl.cr">https://github.com/ysbaddaden/sdl.cr</a>
</li>
</ul>
</blockquote>
</div>
</div>
<div class="clearer"></div>
</div>
<?php require_once("include/footer.inc.php"); ?>
</body>
</html>