File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,45 @@ <h2>
162
162
< hr >
163
163
</ div >
164
164
<!--- break --->
165
+ < div class ="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe ">
166
+ < div class ="pure-g ">
167
+ < div class ="pure-u-1 pure-u-md-1-2 logo ">
168
+ < img src ="/logos/logo-pocketpy.png "/>
169
+ </ div >
170
+ < div class ="pure-u-1 pure-u-md-1-2 ">
171
+ < h2 >
172
+ pocketpy
173
+ </ h2 >
174
+ </ div >
175
+ </ div >
176
+ < br />
177
+ pocketpy is a portable Python 3.x interpreter, written in C11.
178
+ It aims to be an alternative to Lua for game scripting, with elegant syntax, powerful features and competitive performance.
179
+ pocketpy has no dependencies other than the C standard library, which can be easily integrated into your C/C++ project.
180
+ Developers are able to write Python bindings via C-API or pybind11 compatible interfaces.
181
+ < div class ="pure-g ">
182
+ < div class ="pure-u-1 pure-u-md-1 ">
183
+ < p > Contact Links</ p >
184
+ </ div >
185
+ < div class ="pure-u-1 pure-u-md-1-3 " style ="text-align: center; ">
186
+ < p > < a href ="https://discord.gg/WWaq72GzXv "> Chat</ a > </ p >
187
+ </ div >
188
+ < div class ="pure-u-1 pure-u-md-1-3 " style ="text-align: center; ">
189
+ < p > < a href ="https://pocketpy.dev/ "> Homepage</ a > </ p >
190
+ </ div >
191
+ < div class ="pure-u-1 pure-u-md-1-3 " style ="text-align: center; ">
192
+ < p > < a href ="mailto:blueloveth@foxmail.com "> blueloveth@foxmail.com</ a > </ p >
193
+ </ div >
194
+ < div class ="pure-u-1 pure-u-md-1 " style ="text-align: center; ">
195
+ < p > < a href ="https://pocketpy.dev/gsoc2025/ideas/ " alt ="pocketpy logo "> Ideas Page</ a > </ p >
196
+ </ div >
197
+ < div class ="pure-u-1 pure-u-md-1 " style ="text-align: center; ">
198
+ < p > < a href ="https://github.com/pocketpy/pocketpy " alt ="pocketpy source "> Source Code</ a > </ p >
199
+ </ div >
200
+ </ div >
201
+ < hr >
202
+ </ div >
203
+ <!--- break --->
165
204
</ div >
166
205
<!-- End template -->
167
206
You can’t perform that action at this time.
0 commit comments